mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
Add --with-experimental-isolated-subinterpreters build option to configure: better isolate subinterpreters, experimental build mode. When used, force the usage of the libc malloc() memory allocator, since pymalloc relies on the unique global interpreter lock (GIL).
Miscellaneous source files for the main Python shared library