]> 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:05 +0000 (10:06 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Feb 2014 08:06:05 +0000 (10:06 +0200)
commit76249ea4a7ab1cb0fa41d967b2fb8975916cb955
tree695ff618fa6667404441dfbb788561f9a0c415a8
parent6a036793b66683e238c7222eb38368e44127c0e7
Issue #20532: Tests which use _testcapi now are marked as CPython only.
20 files changed:
Lib/test/string_tests.py
Lib/test/test_capi.py
Lib/test/test_code.py
Lib/test/test_codecs.py
Lib/test/test_descr.py
Lib/test/test_fcntl.py
Lib/test/test_fileio.py
Lib/test/test_format.py
Lib/test/test_getargs2.py
Lib/test/test_poll.py
Lib/test/test_socket.py
Lib/test/test_structmembers.py
Lib/test/test_support.py
Lib/test/test_sys.py
Lib/test/test_tcl.py
Lib/test/test_threading.py
Lib/test/test_traceback.py
Lib/test/test_ucn.py
Lib/test/test_unicode.py
Misc/NEWS