mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
c5fa364f4e
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