]> granicus.if.org Git - python/commit
Issue #28512: Fixed setting the offset attribute of SyntaxError by
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Dec 2016 12:43:18 +0000 (14:43 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Dec 2016 12:43:18 +0000 (14:43 +0200)
commit8114f21668fe9775d2542d079c6396a745f4f094
tree62ef9087e76229ea0fd18d0a1052abd79c9ae2f3
parent0a7b8596c075b3d69e2fae3c71746415ba3bad39
parent8b58339eb2939da4df822f7ea457b44e120fad45
Issue #28512: Fixed setting the offset attribute of SyntaxError by
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
Lib/test/support/__init__.py
Lib/test/test_future.py
Lib/test/test_global.py
Lib/test/test_support.py
Lib/test/test_symtable.py
Lib/test/test_syntax.py
Misc/NEWS
Python/errors.c