Changes to dictobject.c

A stupid question: why _pydict_global_version is no more static?

If you have python/cpython forked on Github and locally cloned, then looking at git log for the file would likely reveal which PR made the change. Or look at git blame and look at the line defining _pydict_global_version where static disappeared.

1 Like

Thank you. It’s because now is inside internal/pycore_dict.c

Another question: dump_entries() seems unused. It’s only for using in a debugger or for a future?