mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00: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