]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-59956: Fix Function Groupings in pystate.c (gh-101172)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 20 Jan 2023 00:23:53 +0000 (17:23 -0700)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2023 00:23:53 +0000 (17:23 -0700)
commitf30c94024f305d7d0ebb34fdd0f422442cfb0047
tree252a1bad807bede24e593ce9995a6238457e4489
parent0c5db2a60701a939288eb4c7704382631a598398
gh-59956: Fix Function Groupings in pystate.c (gh-101172)

This is a follow-up to gh-101161.  The objective is to make it easier to read Python/pystate.c by grouping the functions there in a consistent way.  This exclusively involves moving code around and adding various kinds of comments.

https://github.com/python/cpython/issues/59956
Python/pystate.c