Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-99113: A Per-Interpreter GIL!#104209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently commentedMay 5, 2023
edited by bedevere-bot
Loading

This is the culmination of PEP 684 (and of my 8-year long multi-core Python project)!

Each subinterpreter may now be created with its own GIL (viaPy_NewInterpreterFromConfig()). If not so configured then the interpreter will share with the main interpreter--the status quo since the subinterpreters were added decades ago. The main interpreter always has its own GIL and subinterpreters fromPy_NewInterpreter() will always share with the main interpreter.

(FYI, I've split up the originalgh-99114 into multiple PRs, with this one being the final one in the chain.)

Eclips4 reacted with rocket emoji
@ericsnowcurrently
Copy link
MemberAuthor

oops, this is the wrong branch

Eclips4 and itamaro reacted with laugh emoji

@ericsnowcurrentlyericsnowcurrently deleted the per-interpreter-gil-old branchMay 5, 2023 18:00
@ericsnowcurrentlyericsnowcurrently restored the per-interpreter-gil-old branchMay 5, 2023 18:00
@ericsnowcurrentlyericsnowcurrently deleted the per-interpreter-gil-old branchMay 5, 2023 18:00
@ericsnowcurrentlyericsnowcurrently restored the per-interpreter-gil-old branchMay 5, 2023 18:00
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@ZeroIntensityZeroIntensityAwaiting requested review from ZeroIntensityZeroIntensity will be requested when the pull request is marked ready for reviewZeroIntensity is a code owner

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@ericsnowcurrently

[8]ページ先頭

©2009-2025 Movatter.jp