SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

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.
S
Siddhesh Poyarekar committed
9eea6eaf23067880f4af3a130e3f67c9812e2f30
Parent: 1600f60
Committed by Victor Stinner <vstinner@redhat.com> on 11/30/2018, 3:14:25 PM