Files
nixpkgs/pkgs/development/python-modules/exceptiongroup/default.nix
Tom Hunze 05d3491ba4 python3Packages.exceptiongroup: update repr patch after 3.14 backport
[1] was finally backported to CPython 3.14 in [2], which landed in
CPython 3.14.4, causing the build of `python314Packages.exceptiongroup`
to fail.

In the meantime, exceptiongroup fixed `BaseExceptionGroup.__repr__` on
their end to match CPython behavior [3], so we can use that patch
instead.

[1] https://github.com/python/cpython/pull/141736
[2] https://github.com/python/cpython/pull/144445
[3] https://github.com/agronholm/exceptiongroup/pull/155
2026-04-10 10:44:33 +02:00

1.8 KiB