• Boxiang Sun's avatar
    Add new PyCode_HasFreeVars implementation · 4989639e
    Boxiang Sun authored
    In Pyston the PyCodeObject just an opaque pointer. Which can't calculate
    the number of freevars. Implement a function to check whether there has
    freevars in BoxedCode object.
    4989639e
frame.cpp 11.9 KB