Re: [C++-sig] Segmentation Fault (core dumped) on Python 3.5.2 but not Python 2.7.12

2016-08-04 Thread Matthew Conte
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

Re: [C++-sig] Segmentation Fault (core dumped) on Python 3.5.2 but not Python 2.7.12

2016-08-04 Thread Stefan Seefeld
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

[C++-sig] Segmentation Fault (core dumped) on Python 3.5.2 but not Python 2.7.12

2016-08-04 Thread Matthew Conte
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