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 serhiy.storchaka
Date 2014-02-06.17:59:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391709584.86.0.554035328709.issue20532@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch marks all tests which use _testcapi as CPython only. Usually such tests don't make sense in alternative implementations. In particular tests which test integer overflow rely on implementation details.

This should help to use common tests for different implementations.
History
Date User Action Args
2014-02-06 17:59:47serhiy.storchakasetrecipients: + serhiy.storchaka
2014-02-06 17:59:44serhiy.storchakasetmessageid: <1391709584.86.0.554035328709.issue20532@psf.upfronthosting.co.za>
2014-02-06 17:59:44serhiy.storchakalinkissue20532 messages
2014-02-06 17:59:44serhiy.storchakacreate