summaryrefslogtreecommitdiffstats
path: root/Objects/obmalloc.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-11-30 17:08:02 (GMT)
committerGitHub <noreply@github.com>2018-11-30 17:08:02 (GMT)
commitbc9f53f69e8207027bf2b18e3d01b30401e76ace (patch)
tree1c8892446fca4e94e285349b3f6314ace6c29b75 /Objects/obmalloc.c
parent8f83c2fb19c45350c2161d9e75dab4cd2bcaee28 (diff)
downloadcpython-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