diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-11-30 16:04:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 16:04:35 (GMT) |
commit | 8f83c2fb19c45350c2161d9e75dab4cd2bcaee28 (patch) | |
tree | 4bc496f5f77701a8707169ba3deab32a912a5169 /Lib/idlelib/PyShell.py | |
parent | dab59fa56054d6c0f75ae7013337f7baaa248076 (diff) | |
download | cpython-8f83c2fb19c45350c2161d9e75dab4cd2bcaee28.zip cpython-8f83c2fb19c45350c2161d9e75dab4cd2bcaee28.tar.gz cpython-8f83c2fb19c45350c2161d9e75dab4cd2bcaee28.tar.bz2 |
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10823)
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.
(cherry picked from commit 9eea6eaf23067880f4af3a130e3f67c9812e2f30)
Diffstat (limited to 'Lib/idlelib/PyShell.py')
0 files changed, 0 insertions, 0 deletions