]> granicus.if.org Git - python/commit
Issue #20532: Tests which use _testcapi now are marked as CPython only.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Feb 2014 08:06:39 +0000 (10:06 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Feb 2014 08:06:39 +0000 (10:06 +0200)
commit5cfc79deaeabf4af3c767665098a37da9f375eda
tree2696e5c9674d11398f0d207d58d1fcdd3ee420eb
parentfe4ef392d5df73639337f02db2ad8100d615067d
Issue #20532: Tests which use _testcapi now are marked as CPython only.
25 files changed:
Lib/test/string_tests.py
Lib/test/support/__init__.py
Lib/test/test_capi.py
Lib/test/test_code.py
Lib/test/test_codecs.py
Lib/test/test_descr.py
Lib/test/test_devpoll.py
Lib/test/test_exceptions.py
Lib/test/test_fcntl.py
Lib/test/test_fileio.py
Lib/test/test_format.py
Lib/test/test_getargs2.py
Lib/test/test_io.py
Lib/test/test_poll.py
Lib/test/test_posix.py
Lib/test/test_socket.py
Lib/test/test_structmembers.py
Lib/test/test_sys.py
Lib/test/test_tcl.py
Lib/test/test_threading.py
Lib/test/test_time.py
Lib/test/test_traceback.py
Lib/test/test_ucn.py
Lib/test/test_unicode.py
Misc/NEWS