gh-112075: use per-thread dict version pool (#118676)

use thread state set of dict versions
This commit is contained in:
Dino Viehland 2024-05-06 17:22:26 -07:00 committed by GitHub
parent 723d4d2fe8
commit ff6cbb2503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 70 additions and 3 deletions

View file

@ -188,6 +188,7 @@ struct _ts {
PyObject *previous_executor;
uint64_t dict_global_version;
};
#ifdef Py_DEBUG