The parameter was introduced when the global dictionary version number was moved to the interpreter state. https://github.com/python/cpython/pull/102338 We no longer have a global dictionary version number so this parameter can be removed. https://peps.python.org/pep-0699/ <!-- gh-linked-prs --> ### Linked PRs * gh-142923 <!-- /gh-linked-prs -->
The parameter was introduced when the global dictionary version number was moved to the interpreter state.
#102338
We no longer have a global dictionary version number so this parameter can be removed.
https://peps.python.org/pep-0699/
Linked PRs
_PyDict_NotifyEvent#142923