mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -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