diff options
author | Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com> | 2018-11-30 20:44:25 +0530 |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2018-11-30 16:14:25 +0100 |
commit | 9eea6eaf23067880f4af3a130e3f67c9812e2f30 (patch) | |
tree | 00006cb82b79d809ee2698a944425511a01ef61b /Python/bltinmodule.c | |
parent | 1600f60414e620c4298c15dac803427d8f0a977c (diff) | |
download | cpython-git-9eea6eaf23067880f4af3a130e3f67c9812e2f30.tar.gz |
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)
Fix an undefined behaviour in the pthread implementation of
PyThread_start_new_thread(): add a function wrapper to always return
NULL.
Add pythread_callback struct and pythread_wrapper() to thread_pthread.h.
Diffstat (limited to 'Python/bltinmodule.c')
0 files changed, 0 insertions, 0 deletions