New submission from Serhiy Storchaka: 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. ---------- components: Tests files: testcapi_cpython_only.patch keywords: patch messages: 210409 nosy: serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Mark all tests which use _testcapi as CPython only type: behavior versions: Python 2.7, Python 3.3, Python 3.4 Added file: http://bugs.python.org/file33946/testcapi_cpython_only.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20532> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com