Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment:

No, and this is the reason of the patch:
PyUnicode_FromFormat and PyErr_Format do not use the platform printf.

The code (in Objects/unicodeobject.c) is platform-independent; %zd is
the way to print a ssize_t variable on all platforms.

My only observation is that %zd does not exist before python2.5, and the
code of "multiprocessing" currently seems to be compatible with python
2.4. I don't know if this is important.

----------
keywords: +needs review

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3743>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to