Kaydet (Commit) 8e7966b0 authored tarafından Victor Stinner's avatar Victor Stinner

Closes #22205: sys._debugmallocstats is a cpython specific feature, so

test_debugmallocstats should be marked as such. Patch written by Martin
Matusiak.
üst b2e3a939
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment