Commit Graph

4 Commits

Author SHA1 Message Date
Jeong, YunWon
7727acc6a7 Reduce per-instruction overhead in interpreter loop (#7315)
* Reduce per-instruction overhead in interpreter loop

- Defer prev_line update to when tracing is active
- Inline skip_caches_if_fallthrough, compute cache_entries once per instruction

* Unmark test_pdb_set_trace EXPECTED_FAILURE

prev_line deferral fix corrects pdb line tracking, making
these doctests pass.
2026-03-03 18:01:18 +09:00
Jeong, YunWon
ad6e965ad3 apply tests 2026-02-11 16:50:23 +09:00
CPython Developers
e616f250af Update doctest from v3.14.2 2026-02-11 16:47:03 +09:00
Terry Tianlin Luan
cd012f9b2e Added doctest tests (#6598) 2025-12-31 09:43:10 +09:00