-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
bpo-40077: Convert arraymodule to use heap types and establish module state #23124
Conversation
71b9240
to
0de2cfe
Compare
807fcb5
to
5586ddf
Compare
edf3700
to
aa3bd22
Compare
PTAL, @vstinner. I was thinking about including migrating to |
This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
@vstinner Would you mind taking another look at this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do have one nitpick, otherwise the change looks good! Thank you!
PTAL, @encukou |
Heap types are added to a global state in preparation for module state support.
@corona10 and/or @vstinner, would you mind reviewing this?
https://bugs.python.org/issue40077