X Tutup
The Wayback Machine - https://web.archive.org/web/20230429005354/https://github.com/python/cpython/pull/103940
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

gh-94673: Ensure Builtin Static Types are Readied Properly #103940

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Apr 27, 2023

There were cases where we do unnecessary work for builtin static types. This also simplifies some work necessary for a per-interpreter GIL.

@ericsnowcurrently ericsnowcurrently merged commit d2e2e53 into python:main Apr 27, 2023
16 checks passed
@ericsnowcurrently ericsnowcurrently deleted the ensure-builtin-static-type-ready branch April 27, 2023 22:19
ericsnowcurrently added a commit that referenced this pull request Apr 28, 2023
…3961)

This change has two small parts:

1. a follow-up to gh-103940 with one case I missed
2. adding a missing return that I noticed while working on related code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants
X Tutup