[issue23060] Assert fails in multiprocessing.heap.Arena.__setstate__ on Windows

Antoine Pitrou report at bugs.python.org
Tue Dec 16 18:24:51 CET 2014


Antoine Pitrou added the comment:

Or perhaps:

    buffer = mmap.mmap(-1, self.size, tagname=self.name)
    assert _winapi.GetLastError() == _winapi.ERROR_ALREADY_EXISTS
    self.buffer = buffer

?

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list