mirror of
https://github.com/python/cpython.git
synced 2026-08-12 22:53:15 +08: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