]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18203: Replace malloc() with PyMem_Malloc() in _ssl for the password
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 15:07:52 +0000 (17:07 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 15:07:52 +0000 (17:07 +0200)
commit11ebff2757517f6edf8c4b35d6c77b7052295acb
tree647567f1acc774ec78c1757043738cddbd52c589
parent5064a52bcb59fd3ea56e5f57502946eb87eeaf14
Issue #18203: Replace malloc() with PyMem_Malloc() in _ssl for the password
Modules/_ssl.c