mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
gh-112075: use per-thread dict version pool (#118676)
use thread state set of dict versions
This commit is contained in:
@@ -1488,6 +1488,7 @@ init_threadstate(_PyThreadStateImpl *_tstate,
|
||||
tstate->datastack_limit = NULL;
|
||||
tstate->what_event = -1;
|
||||
tstate->previous_executor = NULL;
|
||||
tstate->dict_global_version = 0;
|
||||
|
||||
tstate->delete_later = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user