mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
71ede1142d
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