diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-11-30 17:08:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 17:08:02 (GMT) |
commit | bc9f53f69e8207027bf2b18e3d01b30401e76ace (patch) | |
tree | 1c8892446fca4e94e285349b3f6314ace6c29b75 /Objects/obmalloc.c | |
parent | 8f83c2fb19c45350c2161d9e75dab4cd2bcaee28 (diff) | |
download | cpython-bc9f53f69e8207027bf2b18e3d01b30401e76ace.zip cpython-bc9f53f69e8207027bf2b18e3d01b30401e76ace.tar.gz cpython-bc9f53f69e8207027bf2b18e3d01b30401e76ace.tar.bz2 |
bpo-33015: Use malloc() in PyThread_start_new_thread() (GH-10829)
The pthread implementation of PyThread_start_new_thread() now uses
malloc/free rather than PyMem_Malloc/PyMem_Free, since the latters
are not thread-safe.
Diffstat (limited to 'Objects/obmalloc.c')
0 files changed, 0 insertions, 0 deletions