Skip to content

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