mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
(Merge 3.4) 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:
commit
cddaa1bd62
1 changed files with 1 additions and 0 deletions
|
|
@ -704,6 +704,7 @@ def test_implementation(self):
|
|||
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