tractor/examples/debugging/debug_mode_hang.py

10 lines
148 B
Python

'''
Reproduce a bug where enabling debug mode for a sub-actor actually causes
a hang on teardown...
'''
import asyncio
import trio
import tractor