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

bpo-43770: PyObject_GetAttr() calls PyType_Ready() #26881

Closed
wants to merge 1 commit into from
Closed

bpo-43770: PyObject_GetAttr() calls PyType_Ready() #26881

wants to merge 1 commit into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 23, 2021

PyObject_GetAttr() and _PyObject_LookupAttr() functions now make the
object type ready before using checking the tp_getattro member of the
type.

Moreover, _PyStructSequence_Init() is now called after _PyTypes_Init().

https://bugs.python.org/issue43770

PyObject_GetAttr() and _PyObject_LookupAttr() functions now make the
object type ready before using checking the tp_getattro member of the
type.

Moreover, _PyStructSequence_Init() is now called after _PyTypes_Init().
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Jul 24, 2021
@vstinner
Copy link
Member Author

I abandon this PR. I'm not convinced that it's a good idea.

@vstinner vstinner closed this Sep 21, 2021
@vstinner vstinner deleted the type_ready_get branch September 21, 2021 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting core review stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants