mirror of
https://github.com/python/cpython.git
synced 2026-08-16 12:55:54 +08:00
The free-threaded build does not currently support the combination of single-phase init modules and non-isolated subinterpreters. Ensure that `check_multi_interp_extensions` is always `True` for subinterpreters in the free-threaded build so that importing these modules raises an `ImportError`.
Miscellaneous source files for the main Python shared library