]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Return value off PyErr_Warn() for raising string exceptions was not being
authorBrett Cannon <bcannon@gmail.com>
Mon, 27 Feb 2006 23:15:56 +0000 (23:15 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 27 Feb 2006 23:15:56 +0000 (23:15 +0000)
commit68e4cbbcb6e129d468bf4a9e121684ce578735d5
tree18325c9b6a15ad4ec6c91c888d4f0bc2347e18f4
parent9e777e5c6ad7e1ab24742c2578c66f692bc19eb9
Return value off PyErr_Warn() for raising string exceptions was not being
checked.  Problem when 'warnings' was set to "error" and thus would re-raise a
new exception.
Misc/NEWS
Python/ceval.c