]> granicus.if.org Git - python/commit
Generate line number table entries for except handlers.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Apr 2006 14:26:39 +0000 (14:26 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Apr 2006 14:26:39 +0000 (14:26 +0000)
commited40ea115966cfa771a698bfed8f7fc663220e27
treef7e4cb75599ed45aa8329e847e63234f5652c242
parent768018592cabfbf1e3199bd25b14ceec54476ce3
Generate line number table entries for except handlers.

Re-enable all the tests in test_trace.py except one.  Still not sure that these tests test what they used to test, but they pass.  One failing test seems to be caused by undocumented line number table behavior in Python 2.4.
Lib/test/test_trace.py
Python/compile.c