cpython/Modules/_multiprocessing
Amaury Forgeot d'Arc 05e344954d #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for
PyString_FromFormat which has an independent implementation, and uses "%zd".

This makes a difference on win64, where printf needs "%Id" to display
64bit values. For example, queue.__repr__ was incorrect.

Reviewed by Martin von Loewis.
2008-09-10 22:04:45 +00:00
..
connection.h #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for 2008-09-10 22:04:45 +00:00
multiprocessing.c convert multiprocessing to unix line endings 2008-06-13 19:13:39 +00:00
multiprocessing.h #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for 2008-09-10 22:04:45 +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