SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 35 Python

__file__ used to be always set to the .pyc (or .pyo) file, even if

that file in fact did not exist or at least was not used.  Change this
so that __file__ is *only* set to the .pyc/.pyo file when it actually
read the code object from it; otherwise __file__ is set to the .py
file.
G
Guido van Rossum committed
afd3daedded4f77f9803a3a486ca00f9fe363859
Parent: 90f827c