]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 14 Feb 2023 21:26:03 +0000 (14:26 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2023 21:26:03 +0000 (14:26 -0700)
commit096d0097a09e439a4564531b297a998e5d74c9b5
treef526dc497006ca223952737f7103c103bf8bc0c3
parent81e3aa835c32363f4547b6566edf1125386f1f6d
gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)

The new test exercises the most important variants for single-phase init extension modules. We also add some explanation about those variants to import.c.

https://github.com/python/cpython/issues/101758
Lib/test/test_imp.py
Modules/_testsinglephase.c
Python/import.c