[issue18203] Replace direct calls to malloc() with PyMem_Malloc() or PyMem_RawMalloc()

Roundup Robot report at bugs.python.org
Sun Jul 7 17:26:32 CEST 2013


Roundup Robot added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18203>
_______________________________________


More information about the Python-bugs-list mailing list