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:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404190753.13.0.221533788986.issue21892@psf.upfronthosting.co.za>
In-reply-to
Content
hashtable.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 hashtable.giff changes hashtable.c to be like the other modules that use PY_FORMAT_SIZE_T.
History
Date User Action Args
2014-07-01 04:59:13John.Malmbergsetrecipients: + John.Malmberg
2014-07-01 04:59:13John.Malmbergsetmessageid: <1404190753.13.0.221533788986.issue21892@psf.upfronthosting.co.za>
2014-07-01 04:59:13John.Malmberglinkissue21892 messages
2014-07-01 04:59:13John.Malmbergcreate