Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert module initialization to use pep 489 slots #4081

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davidhewitt
Copy link
Member

Supersedes #2245

This is a very first draft of starting to support PEP 489, which is necessary if we want module state (instead of static state). I expect this to come in handy in particular for supporting freethreaded Python and subinterpreters.

This is very much a draft of some stuff I started fiddling around with a couple of weeks ago, so not at all reviewable yet. I just don't want to forget I started this, so pushing it.

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.

None yet

1 participant