-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixestype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Steps to reproduce:
c := 3
Expected is:
Traceback (most recent call last):
File "<python-input-0>", line 1, in <module>
c := 3
^^
SyntaxError: invalid syntax
But the actual result is:
File "<python-input-0>", line 1
c := 3
^^
SyntaxError: invalid syntax
While the visual difference is small, it could reflect an actual bug.
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixestype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error