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 serhiy.storchaka
Recipients loewis, serhiy.storchaka
Date 2012-10-20.22:17:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350771445.47.0.531415243451.issue10182@psf.upfronthosting.co.za>
In-reply-to
Content
I analyzed all 1-valued usages of Py_BuildValue and found similar bags only in Modules/_sre.h. Here is a patch.

Bugs should be evident on big-endian platform with sizeof(int) < sizeof(size_t) or sizeof(long) < sizeof(size_t). Standard tests should fail on such platforms.
History
Date User Action Args
2012-10-20 22:17:25serhiy.storchakasetrecipients: + serhiy.storchaka, loewis
2012-10-20 22:17:25serhiy.storchakasetmessageid: <1350771445.47.0.531415243451.issue10182@psf.upfronthosting.co.za>
2012-10-20 22:17:25serhiy.storchakalinkissue10182 messages
2012-10-20 22:17:25serhiy.storchakacreate