[issue20532] Mark all tests which use _testcapi as CPython only

Serhiy Storchaka report at bugs.python.org
Thu Feb 6 18:59:46 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20532>
_______________________________________


More information about the Python-bugs-list mailing list