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 pitrou
Recipients mirabilos, pitrou
Date 2013-05-25.21:12:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369516378.86.0.912989801229.issue18063@psf.upfronthosting.co.za>
In-reply-to
Content
I suppose it's in SizeofTest specifically (in the future, please quote more detailed test information; you can get it by replaying a test in verbose mode, e.g. "./python -m test -v test_sys").

Can you post the output of:

>>> struct.calcsize("PPnP5Pb")

>>> struct.calcsize("PPnP5Pi")

>>> struct.calcsize("PPnP5Pb0P")

>>> struct.calcsize("PPnP5Pi0P")
History
Date User Action Args
2013-05-25 21:12:58pitrousetrecipients: + pitrou, mirabilos
2013-05-25 21:12:58pitrousetmessageid: <1369516378.86.0.912989801229.issue18063@psf.upfronthosting.co.za>
2013-05-25 21:12:58pitroulinkissue18063 messages
2013-05-25 21:12:58pitroucreate