• Kevin Modzelewski's avatar
    Move fn from module to code · 32a0dbff
    Kevin Modzelewski authored
    Modules have a __file__ attribute but that's only used for
    the module repr.  The filename that's used in tracebacks
    is stored in the code object.
    32a0dbff
types.h 26.7 KB