mirror of
https://github.com/python/cpython.git
synced 2025-09-02 06:57:58 +00:00
bpo-29845: Mark tests that use _testcapi as CPython-only (#711)
This commit is contained in:
parent
6b5a9ec478
commit
24c738a9e9
5 changed files with 8 additions and 1 deletions
|
@ -865,6 +865,7 @@ class TestCommandLine(unittest.TestCase):
|
|||
b'number of frames',
|
||||
stderr)
|
||||
|
||||
@unittest.skipIf(_testcapi is None, 'need _testcapi')
|
||||
def test_pymem_alloc0(self):
|
||||
# Issue #21639: Check that PyMem_Malloc(0) with tracemalloc enabled
|
||||
# does not crash.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue