summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2022-11-11 20:23:41 (GMT)
committerGitHub <noreply@github.com>2022-11-11 20:23:41 (GMT)
commitfe55ff3f68d56e11526652a21d8fe27444f96224 (patch)
treeeed6a52bbfd45c49373871142a17dde69b97362d /Python
parent6abec1caffdba2e282b14fe57c6ce61974de4bbe (diff)
downloadcpython-fe55ff3f68d56e11526652a21d8fe27444f96224.zip
cpython-fe55ff3f68d56e11526652a21d8fe27444f96224.tar.gz
cpython-fe55ff3f68d56e11526652a21d8fe27444f96224.tar.bz2
gh-81057: Generate a Separate Initializer For Each Part of the Global Objects Initializer (gh-99389)
Up until now we had a single generated initializer macro for all the statically declared global objects in _PyRuntimeState, including several one-offs (e.g. the empty tuple). The one-offs don't need to be generated, but were because we had one big initializer. Having separate initializers for set of generated global objects allows us to generate only the ones we need to. This allows us to add initializers for one-off global objects without having to generate them. https://github.com/python/cpython/issues/81057
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions