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-07-27.15:33:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343403225.85.0.0534140376443.issue15467@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patches move to test.support some functions, which will be useful for testing __sizeof__. The next few patches will use it. Also in 3.3 some bugs have fixed, now "n" is used for Py_ssize_t and Py_hash_t (which is not long now).
History
Date User Action Args
2012-07-27 15:33:47serhiy.storchakasetrecipients: + serhiy.storchaka, loewis
2012-07-27 15:33:45serhiy.storchakasetmessageid: <1343403225.85.0.0534140376443.issue15467@psf.upfronthosting.co.za>
2012-07-27 15:33:45serhiy.storchakalinkissue15467 messages
2012-07-27 15:33:45serhiy.storchakacreate