FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-40077: Convert arraymodule to use heap types and establish module state by erlend-aasland · Pull Request #23124 · python/cpython · GitHub

/ cpython Public

bpo-40077: Convert arraymodule to use heap types and establish module state - #23124

Merged
encukou merged 14 commits into
python:masterfrom
erlend-aasland:bpo-40077/array
Jan 2, 2021
Merged

bpo-40077: Convert arraymodule to use heap types and establish module state#23124
encukou merged 14 commits into
python:masterfrom
erlend-aasland:bpo-40077/array

Conversation

erlend-aasland commented Nov 3, 2020
edited
Loading

Copy link
Copy Markdown
Contributor

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

erlend-aasland marked this pull request as draft November 3, 2020 13:33
erlend-aasland marked this pull request as ready for review November 3, 2020 14:08

Copy link
Copy Markdown
Contributor Author

Ready for review, @corona10 / @vstinner!

Comment thread Modules/arraymodule.c Outdated
erlend-aasland changed the title bpo-40077: Convert arraymodule to use heap types and establish a global state bpo-40077: Convert arraymodule to use heap types and establish module state Nov 3, 2020
Comment thread Modules/arraymodule.c Outdated

Copy link
Copy Markdown
Contributor Author

PTAL, @vstinner. I was thinking about including migrating to PyModule_AddObjectRef as well, but I guess we can do that in a separate PR.

Copy link
Copy Markdown

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

github-actions Bot added the stale Stale PR or inactive for long period of time. label Dec 16, 2020

Copy link
Copy Markdown
Contributor Author

@vstinner Would you mind taking another look at this?

github-actions Bot removed the stale Stale PR or inactive for long period of time. label Dec 19, 2020

encukou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I do have one nitpick, otherwise the change looks good! Thank you!

Comment thread Modules/arraymodule.c Outdated

Copy link
Copy Markdown
Contributor Author

PTAL, @encukou

encukou merged commit 75bf107 into python:master Jan 2, 2021
erlend-aasland deleted the bpo-40077/array branch January 2, 2021 16:56
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL