mirror of
https://github.com/python/cpython.git
synced 2026-08-27 16:51:23 +08:00
The specialization only depends on the type, so no special thread-safety considerations there. STORE_SUBSCR_LIST_INT needs to lock the list before modifying it. `_PyDict_SetItem_Take2` already internally locks the dictionary using a critical section.
Miscellaneous source files for the main Python shared library