mirror of
https://github.com/python/cpython.git
synced 2026-01-03 22:12:27 +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
|
|
@ -188,6 +188,7 @@ struct _ts {
|
|||
|
||||
PyObject *previous_executor;
|
||||
|
||||
uint64_t dict_global_version;
|
||||
};
|
||||
|
||||
#ifdef Py_DEBUG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue