• Kevin Modzelewski's avatar
    Special refcounting exemption for buggy extensions · a20593e8
    Kevin Modzelewski authored
    google's protobuf library gives away one too many refs to one of its types.
    
    This workaround feels excessively specific, but this is a common mistake to
    make, and it works just fine in CPython, so let people get away with it
    as well in Pyston.
    a20593e8
types.cpp 177 KB