◐ Shell
clean mode source ↗

bpo-43693: Group the code in codeobject.c logically. by ericsnowcurrently · Pull Request #26216 · python/cpython

At the moment the code in codeobject.c is a bit scattered around, relative to the logical grouping of the code. This PR addresses that by moving various functions (and types) into logical groups, with a comment dividing them and identifying each group. With this change, subsequent changes I'm planning on making become cleaner, which is the main motivation here.

https://bugs.python.org/issue43693