If a code object is compiled with nested scopes, define the CO_NESTED flag.
Add PyEval_GetNestedScopes() which returns a non-zero value if the code for the current interpreter frame has CO_NESTED defined.
J
Jeremy Hylton committed
061d106a0f56c5b4171ad8c56ecfaa6cefb27385
Parent: f6e47ad