()
| 33 | # Make sure that a callable that raises an exception in the stack frame's |
| 34 | # local vars won't hijack the technical 500 response (#15025). |
| 35 | def callable(): |
| 36 | raise Exception |
| 37 | |
| 38 | try: |
| 39 | raise Exception |
no outgoing calls
searching dependent graphs…