summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-12-26 19:54:29 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-12-26 19:54:29 (GMT)
commitb4ca59b783d6d2047c34eb242d97272d81b94688 (patch)
treeb2195b8992551247c8075615e139af818068bdc7 /Doc
parente6f1e435d4e01d2fdb349610565e99b792ace1a8 (diff)
downloadcpython-b4ca59b783d6d2047c34eb242d97272d81b94688.zip
cpython-b4ca59b783d6d2047c34eb242d97272d81b94688.tar.gz
cpython-b4ca59b783d6d2047c34eb242d97272d81b94688.tar.bz2
#5258/#10642: print fn, line, traceback and continue when .pth file is broken
If a .pth file contained an error, it could cause a traceback in site.py, terminating its processing. In 2.7 and 3.2, the interpreter will then not start. Previously, a message would print saying to use -v to get the traceback. In either case, the traceback generated for a failed .pth file did not include the .pth filename, making it difficult to debug the problem. Now site.py reports not only the .pth filename but also the line number causing the error, and just skips the remainder of the file.
Diffstat (limited to 'Doc')
0 files changed, 0 insertions, 0 deletions