◐ Shell
clean mode source ↗

Update bdb from v3.14.3 and fix trace_event by youknowone · Pull Request #7255 · RustPython/RustPython

@youknowone marked this pull request as ready for review

February 28, 2026 03:09

CPython Developers and others added 2 commits

February 28, 2026 12:09
- Return trace function's return value from trace_event()
  to support per-frame f_trace assignment
- Match CPython's trace_trampoline: set f_trace from call
  event return value, clear on error
- Fire return event only when frame is traced or profiled
- Remove expectedFailure from passing bdb/settrace tests

coderabbitai[bot]

This was referenced

Mar 1, 2026

youknowone added a commit to youknowone/RustPython that referenced this pull request

Mar 22, 2026
Update bdb from v3.14.3 and fix trace_event