[NumPy-Tickets] [NumPy] #1809: Memmap with multiprocessing in Windows
NumPy Trac
numpy-tickets@scipy....
Wed Apr 27 07:25:10 CDT 2011
#1809: Memmap with multiprocessing in Windows
-----------------------------+----------------------------------------------
Reporter: tfmoraes | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.5.1
Keywords: memmap, windows |
-----------------------------+----------------------------------------------
Running the following code https://gist.github.com/929168 in Windows (I've
tested only in XP) a AttributeError exception happens, here a more
detailed traceback https://gist.github.com/944144 .
That code creates a new python process via multiprocessing to run a
function, the parameter to this function is a memmap array created by the
main process. This code works with the last numpy stable version in Linux
and Mac OS X, but in Windows. Numpy version 1.4.1 runs correctly that code
in Windows, Linux and Mac OS X.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1809>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list