]> granicus.if.org Git - python/commit
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 7 Oct 2013 18:40:59 +0000 (20:40 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 7 Oct 2013 18:40:59 +0000 (20:40 +0200)
commit1cfa0ba8833c18a330fe9653276de29911198dec
tree534449bba373b0d1f796be7394da57e7b766f3ee
parent648f860c227187d01f00934e2e9453b32241bdaf
parent59c900d3bf85965efe7edc1a3bb7e9b49512f6ab
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions.
Include/pyerrors.h
Misc/NEWS
Python/ceval.c