]> granicus.if.org Git - python/commit
Fix for the recursion_level bug Armin Rigo reported in sf
authorMichael W. Hudson <mwh@python.net>
Wed, 2 Oct 2002 13:13:45 +0000 (13:13 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 2 Oct 2002 13:13:45 +0000 (13:13 +0000)
commitfb4d6ecd0757c0863b8a2e45a57a6dfec13fbff6
tree990b8cb3dffce52639bfa8929f6956ad0f1e49a2
parent3c6d6f2ff70a4ff6c7894c64ff8f86c77092797a
Fix for the recursion_level bug Armin Rigo reported in sf
patch #617312, both on the trunk and the 22-maint branch.

Also added a test case, and ported the test_trace I wrote for HEAD
to 2.2.2 (with all those horrible extra 'line' events ;-).
Lib/test/test_trace.py
Python/ceval.c