]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40521: Cleanup finalize_interp_types() (GH-21265)
authorVictor Stinner <vstinner@python.org>
Wed, 1 Jul 2020 21:21:36 +0000 (23:21 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2020 21:21:36 +0000 (23:21 +0200)
commit90db4653ae37ef90754cfd2cd6ec6857b87a88e6
tree518a75399083cf249d3a1ea893bc9d865794f398
parent6b34d7b51e33fcb21b8827d927474ce9ed1f605c
bpo-40521: Cleanup finalize_interp_types() (GH-21265)

Remove the now unused is_main_interp parameter of
finalize_interp_types().
Python/pylifecycle.c