• Guido van Rossum's avatar
    Fix core dump whenever PyList_Reverse() was called. · b86c549c
    Guido van Rossum yazdı
    This fixes SF bug #132008, reported by Warren J. Hack.
    
    The copyright for this patch (and this patch only) belongs to CNRI, as
    part of the (yet to be issued) 1.6.1 release.
    
    This is now checked into the HEAD branch.  Tim will check in a test
    case to check for this specific bug, and an assertion in
    PyArgs_ParseTuple() to catch similar bugs in the future.
    b86c549c
listobject.c 40.5 KB