commit | 76249ea4a7ab1cb0fa41d967b2fb8975916cb955 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Feb 07 10:06:05 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Feb 07 10:06:05 2014 +0200 |
tree | 695ff618fa6667404441dfbb788561f9a0c415a8 | |
parent | 6a036793b66683e238c7222eb38368e44127c0e7 [diff] [blame] |
Issue #20532: Tests which use _testcapi now are marked as CPython only.
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 15a3049..6f91842 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py
@@ -2092,6 +2092,7 @@ prop2 = property(fset=setter) self.assertEqual(prop2.__doc__, None) + @test_support.cpython_only def test_testcapi_no_segfault(self): # this segfaulted in 2.5b2 try: