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 aliles, amaury.forgeotdarc, christian.heimes, georg.brandl, kristjan.jonsson, ncoghlan, python-dev, serhiy.storchaka, trent, vstinner
Date 2013-07-07.14:26:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3bpBt23FZbzRCK@mail.python.org>
In-reply-to
Content
New changeset 213d6d7f5979 by Victor Stinner in branch 'default':
Issue #18203: Fix Py_Finalize(): destroy the GIL after the last call to
http://hg.python.org/cpython/rev/213d6d7f5979

New changeset 18bb92b0c458 by Victor Stinner in branch 'default':
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
http://hg.python.org/cpython/rev/18bb92b0c458

New changeset 41ef797e6639 by Victor Stinner in branch 'default':
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
http://hg.python.org/cpython/rev/41ef797e6639
History
Date User Action Args
2013-07-07 14:26:03python-devsetrecipients: + python-dev, georg.brandl, amaury.forgeotdarc, ncoghlan, kristjan.jonsson, vstinner, christian.heimes, trent, aliles, serhiy.storchaka
2013-07-07 14:26:03python-devlinkissue18203 messages
2013-07-07 14:26:03python-devcreate