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.

Author python-dev
Recipients Claudiu.Popa, python-dev, vstinner
Date 2014-06-02.19:41:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gj6F8137sz7LjW@mail.python.org>
In-reply-to
Content
New changeset d87ede8da3c8 by Victor Stinner in branch '3.4':
Issue #21639: Fix name of _testcapi test functions
http://hg.python.org/cpython/rev/d87ede8da3c8

New changeset 7083634065c9 by Victor Stinner in branch 'default':
(Merge 3.4) Issue #21639: Fix name of _testcapi test functions
http://hg.python.org/cpython/rev/7083634065c9

New changeset 6f362a702242 by Victor Stinner in branch '3.4':
Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled
http://hg.python.org/cpython/rev/6f362a702242

New changeset 1505124c0df4 by Victor Stinner in branch 'default':
Issue #21639: Fix a division by zero in tracemalloc on calloc(0, 0). The
http://hg.python.org/cpython/rev/1505124c0df4
History
Date User Action Args
2014-06-02 19:41:01python-devsetrecipients: + python-dev, vstinner, Claudiu.Popa
2014-06-02 19:41:01python-devlinkissue21639 messages
2014-06-02 19:41:01python-devcreate