mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
25f6ff5d3e
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