• Amaury Forgeot d'Arc's avatar
    Merged revisions 66377 via svnmerge from · 245c70b1
    Amaury Forgeot d'Arc yazdı
    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.
    ........
    245c70b1
Adı
Son kayıt (commit)
Son güncelleme
..
connection.h Loading commit data...
multiprocessing.c Loading commit data...
multiprocessing.h Loading commit data...
pipe_connection.c Loading commit data...
semaphore.c Loading commit data...
socket_connection.c Loading commit data...
win32_functions.c Loading commit data...