mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Reformat the pthread implementation of PyThread_acquire_lock_timed() using a mutex and a conditioinal variable. * Add goto to avoid multiple indentation levels and exit quickly * Use "while(1)" and make the control flow more obvious. * PEP 7: Add braces around if blocks.
Miscellaneous source files for the main Python shared library