Files
nixpkgs/pkgs/development/python-modules/exceptiongroup/match-repr-fix.patch
Tom Hunze 294b175b8b python3Packages.exceptiongroup: fix build after cpython repr changes
CPython fixed https://github.com/python/cpython/issues/141732 in
https://github.com/python/cpython/pull/141736, but exceptiongroup 1.3.1,
including its test suite, still matches the old repr behavior.
The CPython fix has only been backported to 3.13 so far, where it was
first included in version 3.13.12, so we only need to patch for 3.13
and 3.15+.

Upstream issue: https://github.com/agronholm/exceptiongroup/issues/154
2026-02-08 17:01:36 +01:00

1.9 KiB