]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) Closes #22205: sys._debugmallocstats is a cpython specific feature,
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 16 Aug 2014 12:11:14 +0000 (14:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 16 Aug 2014 12:11:14 +0000 (14:11 +0200)
commitcddaa1bd62877f463f7ff4e572440ddf781784a5
tree63322366a242b115cd27cb54c52b233459a9c0a9
parent39e6c07bebd8b5f025c75ce48b4a2baaa5346f4e
parent8e7966b00e4cb51b19c5c8eae33c706c22c185b3
(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.
Lib/test/test_sys.py