]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters (gh...
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 15 Feb 2023 23:05:07 +0000 (16:05 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Feb 2023 23:05:07 +0000 (16:05 -0700)
commitb365d88465d9228ce4e9e0be20b88e9e4056ad88
treec2f746555097abede7a9461cc7ae0cc1022ca272
parentb2fc5492789623d656953d458f3eeaac03c1ef56
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters (gh-101920)

The test verifies the behavior of single-phase init modules when loaded in multiple interpreters.

https://github.com/python/cpython/issues/101758
Include/internal/pycore_import.h
Lib/test/test_imp.py
Modules/_testinternalcapi.c
Modules/_testsinglephase.c
Python/import.c