cpython/Modules/_multiprocessing
Amaury Forgeot d'Arc 245c70b12c Merged revisions 66377 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66377 | amaury.forgeotdarc | 2008-09-11 00:04:45 +0200 (jeu., 11 sept. 2008) | 8 lines

  #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:24:24 +00:00
..
connection.h Merged revisions 66377 via svnmerge from 2008-09-10 22:24:24 +00:00
multiprocessing.c fix multiprocessing line endings in py3k 2008-06-13 19:28:21 +00:00
multiprocessing.h Merged revisions 66377 via svnmerge from 2008-09-10 22:24:24 +00:00
pipe_connection.c Merged revisions 65385 via svnmerge from 2008-08-02 03:17:02 +00:00
semaphore.c
socket_connection.c Merge 65376 into 3k, fix for issue 3399 2008-08-02 02:03:58 +00:00
win32_functions.c fix multiprocessing line endings in py3k 2008-06-13 19:28:21 +00:00