mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
(cherry picked from commit 24c738a9e9
)
This commit is contained in:
parent
fca705d533
commit
da88596a19
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