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

ast constructors should look at _attributes for allowed attributes #121332

Closed
JelleZijlstra opened this issue Jul 3, 2024 · 0 comments
Closed
Assignees
Labels
3.13 bugs and security fixes type-bug An unexpected behavior, bug, or error

Comments

@JelleZijlstra
Copy link
Member

JelleZijlstra commented Jul 3, 2024

Bug report

Bug description:

https://github.com/python/cpython/pull/121162/files#r1664259401

CPython versions tested on:

3.13, CPython main branch

Operating systems tested on:

No response

Linked PRs

@JelleZijlstra JelleZijlstra added the type-bug An unexpected behavior, bug, or error label Jul 3, 2024
@JelleZijlstra JelleZijlstra self-assigned this Jul 3, 2024
@JelleZijlstra JelleZijlstra added the 3.13 bugs and security fixes label Jul 3, 2024
JelleZijlstra added a commit to JelleZijlstra/cpython that referenced this issue Jul 3, 2024
JelleZijlstra added a commit to JelleZijlstra/cpython that referenced this issue Jul 11, 2024
…nstead of hardcoding attributes (pythonGH-121334)

(cherry picked from commit 58e8cf2)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
JelleZijlstra added a commit that referenced this issue Jul 11, 2024
… of hardcoding attributes (GH-121334) (#121625)

(cherry picked from commit 58e8cf2)
noahbkim pushed a commit to hudson-trading/cpython that referenced this issue Jul 11, 2024
estyxx pushed a commit to estyxx/cpython that referenced this issue Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant
X Tutup