]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117953: Let update_global_state_for_extension() Caller Decide If Singlephase or...
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 24 Apr 2024 16:28:35 +0000 (10:28 -0600)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 16:28:35 +0000 (16:28 +0000)
commit1acd2497983f1a78dffd6e5b3e0f5dd0920a550f
treea45d10182bdd3d232f8fc5593258759556e392a7
parent03e3e317231d67557191ee067cb7f192f3d4d092
gh-117953: Let update_global_state_for_extension() Caller Decide If Singlephase or Not (gh-118193)

This change makes other upcoming changes simpler.
Python/import.c