• Tim Peters's avatar
    handle_range_longs(): refcount handling is very delicate here, and · 874e1f7e
    Tim Peters yazdı
    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.
    874e1f7e
bltinmodule.c 54.3 KB