From: Mark Dickinson Date: Sat, 5 Jun 2010 12:38:00 +0000 (+0000) Subject: Blocked revisions 81740 via svnmerge X-Git-Tag: v3.2a1~633 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30110e8b37cd58098e2be66de14039fa65b6eec0;p=python Blocked revisions 81740 via svnmerge ........ r81740 | mark.dickinson | 2010-06-05 13:14:43 +0100 (Sat, 05 Jun 2010) | 5 lines 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. ........ ---