forked from goodboy/tractor
In the `examples/debugging/restore_builtin_breakpoint.py` i had put the pattern-comment lines on the line following the `breakpoint()` bc it seems that's where `pdb` would always "stop" and print the line to console? So the test would only pass by actually ensuring that in the `pexpect` capture.. Now on 3.13 it seems that the `pdb` line halting must have been fixed; it now renders to console the same `breakpoint()` line? Anyway it works as you'd expect now but **only** on 3.13 so after this change we might have to adjust the tests to `pytest.xfail()` on earlier versions. |
||
---|---|---|
.. | ||
asyncio_bp.py | ||
debug_mode_hang.py | ||
fast_error_in_root_after_spawn.py | ||
multi_daemon_subactors.py | ||
multi_nested_subactors_error_up_through_nurseries.py | ||
multi_subactor_root_errors.py | ||
multi_subactors.py | ||
open_ctx_modnofound.py | ||
per_actor_debug.py | ||
pm_in_subactor.py | ||
restore_builtin_breakpoint.py | ||
root_actor_breakpoint.py | ||
root_actor_breakpoint_forever.py | ||
root_actor_error.py | ||
root_cancelled_but_child_is_in_tty_lock.py | ||
root_timeout_while_child_crashed.py | ||
shield_hang_in_sub.py | ||
shielded_pause.py | ||
subactor_bp_in_ctx.py | ||
subactor_breakpoint.py | ||
subactor_error.py | ||
sync_bp.py |