diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-10 22:04:45 +0000 |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-10 22:04:45 +0000 |
commit | 05e344954de5f4e55eb49dc44b0f8e1ec272a06c (patch) | |
tree | 85368f03ea1781b7669c3ebb94a5e40d57e163aa /Lib/warnings.py | |
parent | 4dd3a50ca480eef7bd898cfbfef8377231e18ae9 (diff) | |
download | cpython-git-05e344954de5f4e55eb49dc44b0f8e1ec272a06c.tar.gz |
#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.
Diffstat (limited to 'Lib/warnings.py')
0 files changed, 0 insertions, 0 deletions