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

fix name collision for node_stack on python 3.12 #406

Merged
merged 1 commit into from Sep 2, 2023

Conversation

jakkdl
Copy link
Contributor

@jakkdl jakkdl commented Sep 2, 2023

Noticed this failing in #405. I don't really understand why it's defined both as a class member and a property, but removing it has no effect as far as I can tell. I think this only fails on 3.12 and as such might be unintended upstream.

@jakkdl
Copy link
Contributor Author

jakkdl commented Sep 2, 2023

git blame shows these as quite old lines, 4980cc5 added the class member and 9e14a8c added the property

@Zac-HD

Copy link
Member

@Zac-HD Zac-HD left a comment

Choose a reason for hiding this comment

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

Yep, looks like we just missed this (by one line in the diff!) when reviewing #191. Thanks for the patch!

@Zac-HD Zac-HD merged commit 954e51e into PyCQA:main Sep 2, 2023
6 checks passed
@jakkdl jakkdl deleted the fix_python312 branch September 4, 2023 10:31
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.

None yet

2 participants