Skip to content

bpo-40514: Add --with-experimental-isolated-subinterpreters#19926

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:exp_isol_subinterp
May 5, 2020
Merged

bpo-40514: Add --with-experimental-isolated-subinterpreters#19926
vstinner merged 1 commit intopython:masterfrom
vstinner:exp_isol_subinterp

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented May 5, 2020

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).

https://bugs.python.org/issue40514

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants