python3Packages.exceptiongroup: update repr patch after 3.14 backport#508410
Closed
thunze wants to merge 1 commit into
Closed
python3Packages.exceptiongroup: update repr patch after 3.14 backport#508410thunze wants to merge 1 commit into
thunze wants to merge 1 commit into
Conversation
[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] python/cpython#141736 [2] python/cpython#144445 [3] agronholm/exceptiongroup#155
13 tasks
Member
|
Included in #508075 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Waiting for the CPython updates in #508075
python/cpython#141736 was finally backported to CPython 3.14 in python/cpython#144445, which landed in CPython 3.14.4, causing our build of
python314Packages.exceptiongroupto fail.In the meantime, exceptiongroup fixed
BaseExceptionGroup.__repr__on their end to match CPython behavior (agronholm/exceptiongroup#155), so we can use that patch instead.For more context, see #487915.
Things done
python3{12,13,14}Packages.exceptiongroupon top of cpython: 3.13.12 -> 3.13.13; 3.14.3 -> 3.14.4; 3.15.0a7 -> 3.15.0a8 #508075passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.