cpython - What is the purpose of `pydict_global_version` in dictobject.c? -


i've been reading cpython internals, , wondered pydict_global_version counter doing, , it's purpose.

i found commit added it, , references issue #26058 seems

i tried reading pep 509 , couldn't understand use , purpose of such global private counter.

could smarter me please explain counters utility?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -