]> granicus.if.org Git - python/commit
Merged revisions 81740 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sat, 5 Jun 2010 12:15:35 +0000 (12:15 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 5 Jun 2010 12:15:35 +0000 (12:15 +0000)
commitb671c2933689c86a1428917d0e090d1253350f52
treee57a960d566daa9309eaa9dca90d292fb9285dae
parent80068da395457a496af5db713c586a09f75836f9
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.
........
Misc/NEWS
Objects/typeobject.c