Skip to content

Commit 022218f

Browse files
committed
Support sync code breakpointing via built-in
Override `breakpoint()` for sync code making it work properly with `trio` as per: python-trio/trio#1155 (comment) Relates to #193
1 parent 0462642 commit 022218f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tractor/_entry.py

-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ def _trio_main(
7373

7474
log.info(f"Started new trio process for {actor.uid}")
7575

76-
log.info(f"Started new trio process for {actor.uid}")
77-
7876
if actor.loglevel is not None:
7977
log.info(
8078
f"Setting loglevel for {actor.uid} to {actor.loglevel}")

0 commit comments

Comments
 (0)