Add new PyCode_HasFreeVars implementation
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.
Showing
Please register or sign in to comment