mirror of
https://github.com/python/cpython.git
synced 2026-07-15 22:38:36 -04:00
9eea6eaf23
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.
Miscellaneous source files for the main Python shared library