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, serhiy.storchaka, vstinner
Date 2014-07-12.09:05:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405155958.69.0.353947421498.issue21932@psf.upfronthosting.co.za>
In-reply-to
Content
> Re-add the @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs INT_MAX < PY_SSIZE_T_MAX") decorator (between cpython_only and bigmemtest).

Oh, I removed it because I thought that it was useless. I didn't understand the purpose of the test. I added a comment. Thanks for the report.
History
Date User Action Args
2014-07-12 09:05:58vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka
2014-07-12 09:05:58vstinnersetmessageid: <1405155958.69.0.353947421498.issue21932@psf.upfronthosting.co.za>
2014-07-12 09:05:58vstinnerlinkissue21932 messages
2014-07-12 09:05:58vstinnercreate