Staging
v0.5.1
Revision 03b1200dfd03061e9ad0bff8199967bd80b9b900 authored by Victor Stinner on 30 November 2018, 16:04:46 UTC, committed by GitHub on 30 November 2018, 16:04:46 UTC
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)
1 parent af7e81f
History
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.4 KB
_testembed.c -rw-r--r-- 5.6 KB
python.c -rw-r--r-- 2.1 KB

README

back to top