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.15:26:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3bpDCq5bjRzRkl@mail.python.org>
In-reply-to
Content
New changeset 638d43665356 by Victor Stinner in branch 'default':
Issue #18203: Replace malloc() with PyMem_Malloc() in _ssl for the password
http://hg.python.org/cpython/rev/638d43665356

New changeset 9af1905f20af by Victor Stinner in branch 'default':
Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks
http://hg.python.org/cpython/rev/9af1905f20af

New changeset fb7d346b45fa by Victor Stinner in branch 'default':
Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects
http://hg.python.org/cpython/rev/fb7d346b45fa

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