-
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
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.