mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Closes #22205: sys._debugmallocstats is a cpython specific feature, so
test_debugmallocstats should be marked as such. Patch written by Martin Matusiak.
This commit is contained in:
parent
b2e3a939bf
commit
8e7966b00e
1 changed files with 1 additions and 0 deletions
|
@ -657,6 +657,7 @@ class SysModuleTest(unittest.TestCase):
|
|||
self.assertEqual(sys.implementation.name,
|
||||
sys.implementation.name.lower())
|
||||
|
||||
@test.support.cpython_only
|
||||
def test_debugmallocstats(self):
|
||||
# Test sys._debugmallocstats()
|
||||
from test.script_helper import assert_python_ok
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue