mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
gh-112075: use per-thread dict version pool (#118676)
use thread state set of dict versions
This commit is contained in:
parent
723d4d2fe8
commit
ff6cbb2503
5 changed files with 70 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue