mirror of
https://github.com/python/cpython.git
synced 2026-06-23 19:41:58 -04:00
c1712ef066
Mark the swap operations as critical sections. Add an internal Py_BEGIN_CRITICAL_SECTION_MUT API that takes a PyMutex pointer instead of a PyObject pointer.
Miscellaneous source files for the main Python shared library