]> granicus.if.org Git - python/commit
Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return.
authorMark Dickinson <dickinsm@gmail.com>
Sat, 5 Jun 2010 12:14:43 +0000 (12:14 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 5 Jun 2010 12:14:43 +0000 (12:14 +0000)
commite4b83e013ba8c2bda78163da38783f79b1a86079
tree417f427bc5b3af9846782d891eeb52767f32f8ae
parente37d75fce22f6c216148102652db64744ac06a6e
Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return.
This is just a quick fix:  if the warning is turned into an exception, the
exception simply gets ignored.
Misc/NEWS
Objects/typeobject.c