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: Fix _PyTypes_InitTypes() and get_type_attr_as_size() #103961

Merged
merged 2 commits into from
Apr 28, 2023

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Apr 27, 2023

This change has two small parts:

  1. a follow-up to gh-94673: Ensure Builtin Static Types are Readied Properly #103940 with one case I missed
  2. adding a missing return that I noticed while working on related code

@ericsnowcurrently ericsnowcurrently changed the title Minor fixes gh-94673: Fix _PyTypes_InitTypes() and get_type_attr_as_size() Apr 27, 2023
@ericsnowcurrently ericsnowcurrently merged commit 424a785 into python:main Apr 28, 2023
@ericsnowcurrently ericsnowcurrently deleted the minor-fixes branch April 28, 2023 00:28
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.

2 participants