I will, thank you.
On Thu, Aug 4, 2016 at 1:14 PM, Stefan Seefeld wrote:
> Hi Matthew,
>
> would you mind submitting an issue on
> https://github.com/boostorg/python/issues for this.
>
> Thanks,
> Stefan
>
> On 04.08.2016 13:10, Matthew Conte wrote:
> > So I'm trying to create a boost py
Hi Matthew,
would you mind submitting an issue on
https://github.com/boostorg/python/issues for this.
Thanks,
Stefan
On 04.08.2016 13:10, Matthew Conte wrote:
> So I'm trying to create a boost python module that simply creates and
> returns a numpy array,
> but the function crashes (som
So I'm trying to create a boost python module that simply creates and
returns a numpy array,
but the function crashes (sometimes) and it doesn't ever seem to crash on
Python 2.
Here's the source code I made:
#include
#include
using namespace boost::python;
object create_numpy_array() {
npy_in