• Mark Dickinson's avatar
    Merged revisions 80755 via svnmerge from · ece0697f
    Mark Dickinson yazdı
    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ................
      r80755 | mark.dickinson | 2010-05-04 15:35:33 +0100 (Tue, 04 May 2010) | 17 lines
    
      Merged revisions 80753 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
    
      ........
        r80753 | mark.dickinson | 2010-05-04 15:25:50 +0100 (Tue, 04 May 2010) | 10 lines
    
        Issue #8567: Fix incorrect precedence of signals in Decimal module.
    
        When a Decimal operation raises multiple signals and more than one of
        those signals is trapped, the specification determines the order in
        which the signals should be handled.  In many cases this order wasn't
        being followed, leading to the wrong Python exception being raised.
        This commit fixes those cases, and adds extra tests.  The tests are
        only enabled when EXTENDEDERRORTESTS is True, since they involve
        rerunning each Decimal testcase several times.
      ........
    ................
    ece0697f
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
runtests.sh Loading commit data...
setup.py Loading commit data...