commit | b671c2933689c86a1428917d0e090d1253350f52 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Jun 05 12:15:35 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Jun 05 12:15:35 2010 +0000 |
tree | e57a960d566daa9309eaa9dca90d292fb9285dae | |
parent | 80068da395457a496af5db713c586a09f75836f9 [diff] |
Merged revisions 81740 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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. ........