mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Fix a race in `PyMember_GetOne` and `PyMember_SetOne` for `Py_T_OBJECT_EX`. These functions implement `__slots__` accesses for Python objects.
Miscellaneous source files for the main Python shared library