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 meador.inge
Recipients asvetlov, gregory.p.smith, jcea, loewis, mark.dickinson, meador.inge, serhiy.storchaka, skrah
Date 2012-07-26.03:59:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343275156.56.0.0434521750621.issue15402@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes: (1) the test cases to make them exact (inspired by 'test_sys.py'), (2) the definition of 's_sizeof' to add the dummy parameter, and (3) simplifies the sizeof calculation using 's_len'.
History
Date User Action Args
2012-07-26 03:59:16meador.ingesetrecipients: + meador.inge, loewis, gregory.p.smith, jcea, mark.dickinson, asvetlov, skrah, serhiy.storchaka
2012-07-26 03:59:16meador.ingesetmessageid: <1343275156.56.0.0434521750621.issue15402@psf.upfronthosting.co.za>
2012-07-26 03:59:16meador.ingelinkissue15402 messages
2012-07-26 03:59:15meador.ingecreate