]> 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:44:21 +0000 (14:44 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Dec 2016 12:44:21 +0000 (14:44 +0200)
commit26817a84908b831d71dd59de432f75829a5bae33
tree155827823d4c5c344adbae096cbbe2f634263b45
parent2b27c2ddbaee778b4de128bd43359b66dcda01f8
parent8114f21668fe9775d2542d079c6396a745f4f094
Issue #28512: Fixed setting the offset attribute of SyntaxError by
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
Lib/test/support/__init__.py
Lib/test/test_syntax.py
Misc/NEWS
Python/errors.c