diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2022-12-14 18:53:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 18:53:57 (GMT) |
commit | aa8591e9ca9a3e55e96a03c17fa9d3902f0674dc (patch) | |
tree | 78cce30e75e22a74f975252ce03cb945fb584a03 /Python/bltinmodule.c | |
parent | 96638538002fc6e209755c06f613b0a59eb91166 (diff) | |
download | cpython-aa8591e9ca9a3e55e96a03c17fa9d3902f0674dc.zip cpython-aa8591e9ca9a3e55e96a03c17fa9d3902f0674dc.tar.gz cpython-aa8591e9ca9a3e55e96a03c17fa9d3902f0674dc.tar.bz2 |
gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)
* move _PyRuntime.global_objects.interned to _PyRuntime.cached_objects.interned_strings (and use _Py_CACHED_OBJECT())
* rename _PyRuntime.global_objects to _PyRuntime.static_objects
(This also relates to gh-96075.)
https://github.com/python/cpython/issues/90111
Diffstat (limited to 'Python/bltinmodule.c')
0 files changed, 0 insertions, 0 deletions