mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Makes _PyType_Lookup thread safe, including:
Thread safety of the underlying cache.
Make mutation of mro and type members thread safe
Also _PyType_GetMRO and _PyType_GetBases are currently returning borrowed references which aren't safe.
Miscellaneous source files for the main Python shared library