Commit Graph

7 Commits

Author SHA1 Message Date
Shahar Naveh
0c14ad195e Update ruff to 0.15.6 (#7427)
* Update ruff to `0.15.6`

* Unmark passing tests
2026-03-14 20:22:42 +09:00
ShaharNaveh
d71ffa6c47 Use shared doctest checker 2026-02-17 01:31:29 +09:00
Jeong, YunWon
542055580b fix 2026-02-12 01:01:35 +09:00
CPython Developers
b6d08fe371 Update test_unpack_ex from v3.14.2 2026-02-12 01:01:35 +09:00
Jeong, YunWon
6b870d62ad Fix traceback, syntax errors, and exception handling (#7015)
* Update codeop from v3.14.3

* Fix traceback, syntax errors, and exception handling

- Improve unclosed bracket detection with "'(' was never closed" message
- Fix IndentationError location to point to end of line
- Implement frame.clear() with proper checks for executing/suspended frames
- Fix exception context chaining for propagated exceptions
- Add traceback.__dir__() and prevent tb_next deletion
- Fix subscript operation source range restoration in compiler
- Change "duplicate parameter" to "duplicate argument" error message
- Refactor duplicate code in asyncgenerator.rs and frame.rs

---------

Co-authored-by: CPython Developers <>
2026-02-07 13:41:45 +09:00
Padraic Fanning
784e203b93 Mark failing examples
This caused me to revise the custom output checker so it can handle
other option flags.
2026-02-01 14:35:48 -05:00
CPython Developers
6f490d2481 Update test_unpack_ex from v3.14.2-288-g06f9c8ca1c 2026-02-01 14:21:52 -05:00