• Neal Norwitz's avatar
    Code review of the new buffer protocol. Mostly add questions that should · faa54a39
    Neal Norwitz yazdı
    be answered with the comments removed.
    
    There are many places that require checks when doing arithmetic for memory
    sizes when allocating memory.  Otherwise, overflow is possible with
    a subsequent crash.
    
    Fix SF #1777057 which was a result of not initializing the new BufferError
    properly.  Had to update the test for exceptions for BufferError too.
    faa54a39
exceptions.c 49.3 KB