]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 13:46:00 +0000 (14:46 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 13:46:00 +0000 (14:46 +0100)
commit3cd04aa1b2ddf27d089d5837c0d2e3ba34b02c5c
treebae14c13678b1348afe38f442945187a47bab51f
parentdb49bd60299b9141db17a1e702e5ca509228f508
Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass()
with an exception set
Python/_warnings.c