This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author John.Malmberg
Recipients John.Malmberg
Date 2014-07-01.04:59:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404190757.21.0.550855654281.issue21893@psf.upfronthosting.co.za>
In-reply-to
Content
unicodeobject.c is using %zd instead of the PY_FORMAT_SIZE_T as set by configure.

Comments in pymacconfig.h state that this will cause problems on OS-X 10.4 with binaries build on OS-X 10.5.

The attached patch unicodeobject.giff changes unicodeobject.c to be like the other modules that use PY_FORMAT_SIZE_T.
History
Date User Action Args
2014-07-01 04:59:17John.Malmbergsetrecipients: + John.Malmberg
2014-07-01 04:59:17John.Malmbergsetmessageid: <1404190757.21.0.550855654281.issue21893@psf.upfronthosting.co.za>
2014-07-01 04:59:17John.Malmberglinkissue21893 messages
2014-07-01 04:59:17John.Malmbergcreate