Skip to content

Commit 7fadb57

Browse files
Fix the issue number
The change is for gh-85260 (bpo-41088), not gh-85270 (bpo-41098). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 892b3d8 commit 7fadb57

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_ast/test_ast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ def test_constant_as_name(self):
984984
compile(expr, "<test>", "eval")
985985

986986
def test_constant_in_identifier_fields(self):
987-
# gh-85270: an identifier field holding a constant name used to
987+
# gh-85260: an identifier field holding a constant name used to
988988
# crash the compiler
989989
for statement in [
990990
"def x(): pass",

Misc/NEWS.d/next/Core_and_Builtins/2020-06-23-13-59-37.gh-issue-85270.o_LJ76.rst renamed to Misc/NEWS.d/next/Core_and_Builtins/2020-06-23-13-59-37.gh-issue-85260.o_LJ76.rst

File renamed without changes.

0 commit comments

Comments
 (0)