]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A missing piece of the PEP 269 patch: add PyParser_SetError(), a
authorGuido van Rossum <guido@python.org>
Thu, 17 Apr 2003 16:02:26 +0000 (16:02 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Apr 2003 16:02:26 +0000 (16:02 +0000)
commit66ebd9124491aada8e3e6b5f3da7f5ec93019abf
tree4166125be8cb7dae29d19cd1fd2ace0060525263
parentd08e3824d40daa4c2fba9d6635256e44fe71936e
A missing piece of the PEP 269 patch: add PyParser_SetError(), a
wrapper around err_input().
Python/pythonrun.c