Special-case "exec in globals()"
We don't support arbitrary dict-like objects as the globals, but in the special case that that dict-like object is just an attrwrapper around the current module, we can fall back on our module-as-globals support.
Showing
Please register or sign in to comment