mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Port from the Python 2.4 branch, patches for SF bug # 900092,
hotshot.stats.load.
This commit is contained in:
parent
f09582eeda
commit
e2eca0b709
3 changed files with 18 additions and 8 deletions
|
@ -97,6 +97,7 @@ test_raise.events = [(0, 'call'),
|
|||
(-3, 'call'),
|
||||
(-2, 'line'),
|
||||
(-2, 'exception'),
|
||||
(-2, 'return'),
|
||||
(2, 'exception'),
|
||||
(3, 'line'),
|
||||
(4, 'line'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue