]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commit8b66d778157c5fd1d4db68822b6451abf792ce11
tree1f925bc705e78a94a2d7d73a62b7a126412a4112
parent5f97144f1962ee4f0ba784dd70807b07fb736779
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 [new file with mode: 0644]