commit | 096d0097a09e439a4564531b297a998e5d74c9b5 | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Tue Feb 14 14:26:03 2023 -0700 |
committer | GitHub <noreply@github.com> | Tue Feb 14 14:26:03 2023 -0700 |
tree | f526dc497006ca223952737f7103c103bf8bc0c3 | |
parent | 81e3aa835c32363f4547b6566edf1125386f1f6d [diff] |
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