• Boxiang Sun's avatar
    loose the dummy code object check · c7640dc8
    Boxiang Sun authored
    Cython try to store argcount, nlocals, and varnames through PyCode_New.
    But Pyston don't do anything with those or support getting them back
    out.
    c7640dc8
code.cpp 7.87 KB