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 mirabilos
Recipients mirabilos, pitrou
Date 2013-05-25.21:18:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369516727.96.0.897971717753.issue18063@psf.upfronthosting.co.za>
In-reply-to
Content
>>> struct.calcsize("PPnP5Pb")
37
>>> struct.calcsize("PPnP5Pi")
40
>>> struct.calcsize("PPnP5Pb0P")
38
>>> struct.calcsize("PPnP5Pi0P")
40

I already offered to re-run tests in verbose mode “on request” if needed, but the results.txt I attached to issue18061 contains them for test_sys (it apparently got re-run verbosely automatically).
History
Date User Action Args
2013-05-25 21:18:47mirabilossetrecipients: + mirabilos, pitrou
2013-05-25 21:18:47mirabilossetmessageid: <1369516727.96.0.897971717753.issue18063@psf.upfronthosting.co.za>
2013-05-25 21:18:47mirabiloslinkissue18063 messages
2013-05-25 21:18:47mirabiloscreate