Port from the Python 2.4 branch, patches for SF bug # 900092,

hotshot.stats.load.
This commit is contained in:
Barry Warsaw 2005-08-15 18:14:19 +00:00
parent f09582eeda
commit e2eca0b709
3 changed files with 18 additions and 8 deletions

View file

@ -97,6 +97,7 @@ test_raise.events = [(0, 'call'),
(-3, 'call'),
(-2, 'line'),
(-2, 'exception'),
(-2, 'return'),
(2, 'exception'),
(3, 'line'),
(4, 'line'),