]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 11 Dec 2021 21:28:24 +0000 (21:28 +0000)
committerGitHub <noreply@github.com>
Sat, 11 Dec 2021 21:28:24 +0000 (21:28 +0000)
commit59435eea08d30796174552c0ca03c59b41adf8a5
treed5f0958487ccbc0e4d6b7bccf9ee418bbb34f817
parente029c53e1a408b89a4e3edf30a9b38b094f9c880
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059)
Include/internal/pycore_symtable.h
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2021-12-11-17-40-34.bpo-46042.aqYxku.rst [new file with mode: 0644]
Python/symtable.c