]> granicus.if.org Git - python/commit
Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively
authorStefan Krah <skrah@bytereef.org>
Sun, 17 Jul 2016 12:01:42 +0000 (14:01 +0200)
committerStefan Krah <skrah@bytereef.org>
Sun, 17 Jul 2016 12:01:42 +0000 (14:01 +0200)
commit8c126f17f09eeb75d3d3c9737150384cd1dd9c03
treedeb229d3647b9950ffb59999ebc2fe0ddba772c7
parent80ab069f1b040b7418833d9c1facf77ad2bd4363
Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively
eliminate all internal uses of overridden methods.
Lib/test/test_decimal.py
Modules/_decimal/_decimal.c