We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f37b6 commit 5e85f18Copy full SHA for 5e85f18
1 file changed
tractor/spawn/_subint_forkserver.py
@@ -591,11 +591,11 @@ async def subint_forkserver_proc(
591
)
592
if child_sigint == 'trio':
593
raise NotImplementedError(
594
- f"`child_sigint='trio'` mode — trio-native SIGINT "
595
- f"plumbing in the fork-child — is scaffolded but "
596
- f"not yet implemented. See the xfail'd "
597
- f"`test_orphaned_subactor_sigint_cleanup_DRAFT` "
598
- f"and the TODO in this module's docstring."
+ "`child_sigint='trio'` mode — trio-native SIGINT "
+ "plumbing in the fork-child — is scaffolded but "
+ "not yet implemented. See the xfail'd "
+ "`test_orphaned_subactor_sigint_cleanup_DRAFT` "
+ "and the TODO in this module's docstring."
599
600
601
uid: tuple[str, str] = subactor.aid.uid
0 commit comments