[issue12562] calling mmap twice fails on Windows

Antoine Pitrou report at bugs.python.org
Mon Aug 1 16:41:32 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Note that multiprocessing can abstract this kind of things for you:
http://docs.python.org/library/multiprocessing#sharing-state-between-processes
http://docs.python.org/library/multiprocessing#module-multiprocessing.sharedctypes

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12562>
_______________________________________


More information about the Python-bugs-list mailing list