Skip to content

Commit

Permalink
Merge pull request #406 from jakkdl/fix_python312
Browse files Browse the repository at this point in the history
fix name collision for node_stack on python 3.12
  • Loading branch information
Zac-HD committed Sep 2, 2023
2 parents bf48278 + f2aaeb9 commit 954e51e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ class BugBearVisitor(ast.NodeVisitor):
filename = attr.ib()
lines = attr.ib()
b008_extend_immutable_calls = attr.ib(default=attr.Factory(set))
node_stack = attr.ib(default=attr.Factory(list))
node_window = attr.ib(default=attr.Factory(list))
errors = attr.ib(default=attr.Factory(list))
futures = attr.ib(default=attr.Factory(set))
Expand Down

0 comments on commit 954e51e

Please sign in to comment.