COMMITS
/ Lib/test/test_exception_group.py March 19, 2026
S
GH-146096: Fix segfault in BaseExceptionGroup repr (#146141)
Sergey Miryanov committed
December 7, 2025
May 22, 2025
B
GH-130397: remove special-casing of C stack depth for WASI (#134469)
Brett Cannon committed
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
December 5, 2024
H
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham committed
April 8, 2024
E
gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)
Erlend E. Aasland committed
September 8, 2023
V
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner committed
August 4, 2023
June 23, 2023
I
gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#106035)
Irit Katriel committed
April 11, 2023
Z
gh-99553: add tests for ExceptionGroup wrapping (#99615)
Zac Hatfield-Dodds committed
November 18, 2022
I
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572)
Irit Katriel committed
July 8, 2022
I
Increase test coverage of Objects/exceptions.c (GH-94674)
Irit Katriel committed
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
April 16, 2022
I
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel committed
March 5, 2022
S
bpo-46927: Include the type's name in the error message for subscripting non-generic types (GH-31694)
Serhiy Storchaka committed
February 22, 2022
I
bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31294)
Irit Katriel committed
January 25, 2022
I
bpo-46431: use raw string for regex in test (GH-30901)
Irit Katriel committed
January 24, 2022
I
bpo-46431: improve error message on invalid calls to BaseExceptionGroup.__new__ (GH-30854)
Irit Katriel committed
December 21, 2021
I
bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the parts (GH-30159)
Irit Katriel committed
December 14, 2021
I
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel committed
November 16, 2021
I
bpo-45292: Use raw strings for regex in tests (GH-29545)
Irit Katriel committed
October 22, 2021
I
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
Irit Katriel committed