]> 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:10:55 +0000 (10:10 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Feb 2014 08:10:55 +0000 (10:10 +0200)
commitf28ba369dd068a76ff5b7efac58fdcb5c3eaf4dd
tree541cb209a2be79d6022ce5d47216755e9e9310a4
parent622be340fdf4110c77e1f86bd13a01fc30c2bb65
parent5cfc79deaeabf4af3c767665098a37da9f375eda
Issue #20532: Tests which use _testcapi now are marked as CPython only.
27 files changed:
Lib/test/string_tests.py
Lib/test/support/__init__.py
Lib/test/test_atexit.py
Lib/test/test_capi.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_finalization.py
Lib/test/test_format.py
Lib/test/test_gc.py
Lib/test/test_getargs2.py
Lib/test/test_inspect.py
Lib/test/test_io.py
Lib/test/test_poll.py
Lib/test/test_posix.py
Lib/test/test_socket.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