diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-04-13 22:13:08 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-04-13 22:13:08 (GMT) |
commit | 874e1f7ed3911b3290d095891082041b122e7030 (patch) | |
tree | b0e7dec80255cc929f428ff725a7a589d1acf26e /Lib | |
parent | d39078ba2d77daeac74505ac13417bc5ed625ce1 (diff) | |
download | cpython-874e1f7ed3911b3290d095891082041b122e7030.zip cpython-874e1f7ed3911b3290d095891082041b122e7030.tar.gz cpython-874e1f7ed3911b3290d095891082041b122e7030.tar.bz2 |
handle_range_longs(): refcount handling is very delicate here, and
the code erroneously decrefed the istep argument in an error case. This
caused a co_consts tuple to lose a float constant prematurely, which
eventually caused gc to try executing static data in floatobject.c (don't
ask <wink>). So reworked this extensively to ensure refcount correctness.
Diffstat (limited to 'Lib')
0 files changed, 0 insertions, 0 deletions