]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 23 Apr 2024 14:25:50 +0000 (08:25 -0600)
committerGitHub <noreply@github.com>
Tue, 23 Apr 2024 14:25:50 +0000 (08:25 -0600)
commit23950beff84c39d50f48011e930f4c6ebf32fc73
tree3b1eda80494ebf8816ac7001d4f89b3aeaf6deb9
parentd0b664ee065e69fc4f1506b00391e093d2d6638d
gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167)

This is a collection of very basic cleanups I've pulled out of gh-118116.  It is mostly renaming variables and moving a couple bits of code in functionally equivalent ways.
Include/internal/pycore_import.h
Python/import.c
Python/importdl.c