[issue14059] Implement multiprocessing.Barrier

Richard Oudkerk report at bugs.python.org
Sat May 26 19:42:16 CEST 2012


Richard Oudkerk <shibturn at gmail.com> added the comment:

> RawValue uses ctypes, right? That's problematic for platforms which don't 
> support ctypes.

Are there many posix systems (we care about) where ctypes doesn't work?

It would be fairly easy to use memoryview instead of ctypes.  (In fact Value/RawValue could be implemented that way when using a typecode instead of a ctypes type.)

----------

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


More information about the Python-bugs-list mailing list