]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 15:17:59 +0000 (17:17 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 15:17:59 +0000 (17:17 +0200)
commit80aa565fb4a4be45ea7b94487bd10f1ab0ff5410
tree057d5543ba9811184797993a17eb38d09a4926d8
parentb7f1f65f1c1c0b80e613f5fbf3a4ed3e3e2c72f9
Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks
Python/thread_nt.h
Python/thread_pthread.h