This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: debugmallocstats test is cpython only
Type: Stage: resolved
Components: Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: numerodix, python-dev, serhiy.storchaka, vstinner
Priority: normal Keywords: patch

Created on 2014-08-15 19:47 by numerodix, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
debugmallocstats.diff numerodix, 2014-08-15 19:47 review
Messages (3)
msg225362 - (view) Author: Martin Matusiak (numerodix) * Date: 2014-08-15 19:47
sys._debugmallocstats is a cpython specific feature, so test_debugmallocstats should be marked as such.
msg225391 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-08-16 12:12
New changeset 615aa483dbb1 by Victor Stinner in branch '3.4':
Closes #22205: sys._debugmallocstats is a cpython specific feature, so
http://hg.python.org/cpython/rev/615aa483dbb1

New changeset e68dcbae66b7 by Victor Stinner in branch 'default':
(Merge 3.4) Closes #22205: sys._debugmallocstats is a cpython specific feature,
http://hg.python.org/cpython/rev/e68dcbae66b7
msg225392 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-08-16 12:12
Thanks for the patch, I commited it into Python 3.4 & 3.5.
History
Date User Action Args
2022-04-11 14:58:07adminsetgithub: 66401
2014-08-16 12:12:41vstinnersetnosy: + vstinner

messages: + msg225392
versions: + Python 3.4, Python 3.5
2014-08-16 12:12:14python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg225391

resolution: fixed
stage: resolved
2014-08-15 19:47:49numerodixcreate