• Kevin Modzelewski's avatar
    Special-case "exec in globals()" · 050fe962
    Kevin Modzelewski authored
    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.
    050fe962
types.h 26.4 KB