mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
e5e186609f
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