mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Add a configure define for HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP and replaces pthread_cond_timedwait() with pthread_cond_timedwait_relative_np() for relative time when supported in semaphore waiting logic.
Miscellaneous source files for the main Python shared library