cpython/Modules/_multiprocessing
Martin v. Löwis f91d46a17d Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
by denying s# to parse objects that have a releasebuffer procedure,
and introducing s*.

More module might need to get converted to use s*.
2008-08-12 14:49:50 +00:00
..
connection.h Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, 2008-08-12 14:49:50 +00:00
multiprocessing.c convert multiprocessing to unix line endings 2008-06-13 19:13:39 +00:00
multiprocessing.h convert multiprocessing to unix line endings 2008-06-13 19:13:39 +00:00
pipe_connection.c fix compile error on Windows 2008-08-02 03:11:16 +00:00
semaphore.c add the multiprocessing package to fulfill PEP 371 2008-06-11 02:40:25 +00:00
socket_connection.c Submit fix for issue3393: Memory corruption in multiprocessing module 2008-08-01 19:46:50 +00:00
win32_functions.c convert multiprocessing to unix line endings 2008-06-13 19:13:39 +00:00