mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
This makes it more clear that a given test is definitely testing against a single-phase init (legacy) extension module. The new module is a companion to _testmultiphase. https://github.com/python/cpython/issues/98627