]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 12 Dec 2021 01:24:12 +0000 (17:24 -0800)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 01:24:12 +0000 (01:24 +0000)
commit438817fdd5b731d486285d205bed2e78b655c0d6
treebaee17de51ea0d5c3400f22dcf6ec52fb951af29
parent991736697dff693b6c9f8964bb7540081bbf4ddb
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064)

(cherry picked from commit 59435eea08d30796174552c0ca03c59b41adf8a5)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Doc/data/python3.10.abi
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