-
- Downloads
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
This was added for bpo-40514 (gh-84694) to test out a per-interpreter GIL. However, it has since proven unnecessary to keep the experiment in the repo. (It can be done as a branch in a fork like normal.) So here we are removing: * the configure option * the macro * the code enabled by the macro
Showing
- Doc/whatsnew/3.12.rst 4 additions, 0 deletionsDoc/whatsnew/3.12.rst
- Include/internal/pycore_ceval.h 0 additions, 4 deletionsInclude/internal/pycore_ceval.h
- Include/internal/pycore_interp.h 0 additions, 3 deletionsInclude/internal/pycore_interp.h
- Include/internal/pycore_pystate.h 0 additions, 12 deletionsInclude/internal/pycore_pystate.h
- Include/internal/pycore_runtime.h 0 additions, 2 deletionsInclude/internal/pycore_runtime.h
- Misc/NEWS.d/next/Core and Builtins/2022-05-25-12-30-12.gh-issue-84694.5sjy2w.rst 2 additions, 0 deletions...nd Builtins/2022-05-25-12-30-12.gh-issue-84694.5sjy2w.rst
- Modules/_xxsubinterpretersmodule.c 0 additions, 15 deletionsModules/_xxsubinterpretersmodule.c
- Modules/gcmodule.c 0 additions, 8 deletionsModules/gcmodule.c
- Objects/typeobject.c 3 additions, 22 deletionsObjects/typeobject.c
- Objects/unicodeobject.c 0 additions, 17 deletionsObjects/unicodeobject.c
- Python/ceval.c 0 additions, 55 deletionsPython/ceval.c
- Python/ceval_gil.h 0 additions, 18 deletionsPython/ceval_gil.h
- Python/preconfig.c 0 additions, 10 deletionsPython/preconfig.c
- Python/pylifecycle.c 0 additions, 2 deletionsPython/pylifecycle.c
- Python/pystate.c 0 additions, 17 deletionsPython/pystate.c
- configure 0 additions, 28 deletionsconfigure
- configure.ac 0 additions, 17 deletionsconfigure.ac
- pyconfig.h.in 0 additions, 3 deletionspyconfig.h.in
Loading
Please register or sign in to comment