mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
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