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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -