Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ C
Class
C
Lib/test/test_raise.py:470–475 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
# A re-raised exception in a __del__ caused the __context__
469
# to be cleared
470
class
C:
471
def
__del__(self):
472
try
:
473
1/0
474
except
ZeroDivisionError:
475
raise
476
477
def
f():
478
x = C()
Callers
1
f
Method · 0.70
Calls
no outgoing calls
Tested by
1
f
Method · 0.56