summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/sys_tracebacklimit.py.exp
blob: 39c54523a05c687973d1270ebf601d3781d845b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Traceback (most recent call last):
  File  , line 58, in ftop
  File  , line 53, in f3
  File  , line 49, in f2
  File  , line 45, in f1
  File  , line 41, in f0
ValueError: value

limit 4
Traceback (most recent call last):
  File  , line 58, in ftop
  File  , line 53, in f3
  File  , line 49, in f2
  File  , line 45, in f1
ValueError: value

limit 3
Traceback (most recent call last):
  File  , line 58, in ftop
  File  , line 53, in f3
  File  , line 49, in f2
ValueError: value

limit 2
Traceback (most recent call last):
  File  , line 58, in ftop
  File  , line 53, in f3
ValueError: value

limit 1
Traceback (most recent call last):
  File  , line 58, in ftop
ValueError: value

limit 0
ValueError: value

limit -1
ValueError: value

True
False