]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25108: Fixed test_traceback in the case when this test is run twice.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Sep 2015 05:38:40 +0000 (08:38 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Sep 2015 05:38:40 +0000 (08:38 +0300)
commit63550ee1a280ae667de3d1f0657f5b948ae73e12
tree06d6b6a42e1f96d65c416768689b4d126d401841
parent90f5f5151c4542d391660c726d611350b28ff4f2
Issue #25108: Fixed test_traceback in the case when this test is run twice.
In this case __file__ is the name of precompiled file (*.py[co]).
Lib/test/test_traceback.py