]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
do not call into python api if an exception is set (#24022)
authorBenjamin Peterson <benjamin@python.org>
Tue, 21 Apr 2015 16:05:19 +0000 (12:05 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 21 Apr 2015 16:05:19 +0000 (12:05 -0400)
commitd73aca769f1f6eebb46faa9161cbebe806db3659
treed257c03a998c63a1a89b9e36bb820c43b1beb0db
parent6de708fd46207f6af67d4c0e8902f0d56ea4495c
do not call into python api if an exception is set (#24022)
Lib/test/test_compile.py
Misc/NEWS
Parser/tokenizer.c