[issue35507] multiprocessing: seg fault when creating RawArray from numpy ctypes

2019-01-19 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I am closing this with third party as resolution. Feel free to reopen this if it's an issue with multiprocessing and CPython. Thanks for triaging. -- nosy: +xtreak resolution: -> third party stage: -> resolved status: open -> closed

[issue35507] multiprocessing: seg fault when creating RawArray from numpy ctypes

2019-01-19 Thread Anthony Sottile
Anthony Sottile added the comment: yes, please do -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35507] multiprocessing: seg fault when creating RawArray from numpy ctypes

2019-01-19 Thread Dong-hee Na
Dong-hee Na added the comment: Looks like the numpy PR was merged. We can close this issue? -- nosy: +corona10 ___ Python tracker ___

[issue35507] multiprocessing: seg fault when creating RawArray from numpy ctypes

2018-12-16 Thread Anthony Sottile
Anthony Sottile added the comment: This appears to be a bug with numpy, I've made a PR for them: https://github.com/numpy/numpy/pull/12566 -- nosy: +Anthony Sottile ___ Python tracker

[issue35507] multiprocessing: seg fault when creating RawArray from numpy ctypes

2018-12-14 Thread sh37211
New submission from sh37211 : After creating this post on StackOverflow... https://stackoverflow.com/questions/53757856/segmentation-fault-when-creating-multiprocessing-array ...it was suggested by one of the respondents that I file a bug report. The following code produces segmentation