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 vstinner
Recipients python-dev, vstinner, zach.ware
Date 2014-07-07.19:56:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404762970.02.0.371838680018.issue21781@psf.upfronthosting.co.za>
In-reply-to
Content
> This appears to have broken 64-bit Windows

Correct, I missed a call to Py_BuildValue() which uses the s# format. It's now fixed. Thanks for the report!

I keep the issue open until the buildbot turns green again.
History
Date User Action Args
2014-07-07 19:56:10vstinnersetrecipients: + vstinner, python-dev, zach.ware
2014-07-07 19:56:10vstinnersetmessageid: <1404762970.02.0.371838680018.issue21781@psf.upfronthosting.co.za>
2014-07-07 19:56:10vstinnerlinkissue21781 messages
2014-07-07 19:56:09vstinnercreate