COMMITS
/ Lib/test/test_faulthandler.py April 30, 2026
E
gh-149085: Add `max_threads` keyword to `faulthandler.dump_traceback()` (GH-149106)
Eric Froemling committed
February 4, 2026
V
gh-140824: Fix _Py_DumpExtensionModules() to ignore sub-modules (#144339)
Victor Stinner committed
August 16, 2025
V
gh-137725: Convert faulthandler to Argument Clinic (#137726)
Victor Stinner committed
May 18, 2025
B
gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `faulthandler` (#134047)
Bénédikt Tran committed
April 21, 2025
P
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma committed
April 4, 2025
V
gh-125434: Display thread name in faulthandler (#132016)
Victor Stinner committed
March 21, 2025
S
gh-117657: Skip some tests when running with TSAN (gh-131555)
Sam Gross committed
February 7, 2025
S
gh-129825: Skip test_faulthandler.test_register_chain under TSAN (gh-129827)
Sam Gross committed
January 13, 2025
P
January 3, 2025
P
gh-128400: Only show the current thread in `faulthandler` if the GIL is disabled (GH-128425)
Peter Bierma committed
January 2, 2025
P
gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128422)
Peter Bierma committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
April 9, 2024
S
gh-117658: Fix check_dump_traceback_threads in free-threaded build (#117659)
Sam Gross committed
April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
October 6, 2023
V
Add support.MS_WINDOWS constant (#110446)
Victor Stinner committed
October 5, 2023
V
gh-110367: Fix regrtest test_worker_output_on_failure() on ASAN build (#110387)
Victor Stinner committed
V
gh-110367: Enhance regrtest -jN --verbose3 (#110368)
Victor Stinner committed
September 5, 2023
S
gh-108416: Mark slow but not CPU bound test methods with requires_resource('walltime') (GH-108480)
Serhiy Storchaka committed
August 22, 2023
V
Fix test_faulthandler for sanitizers (#108245)
Victor Stinner committed
May 21, 2023
D
gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)
Dong-hee Na committed
February 5, 2022
C
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes committed
January 25, 2022
P
Refactor sanitiser skip tests into test.support (GH-30889)
Pablo Galindo Salgado committed
C
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
June 21, 2021
V
bpo-44466: Faulthandler now detects the GC (GH-26823)
Victor Stinner committed
May 4, 2021
E
fix enum and backslash warnings (GH-25861)
Ethan Furman committed
January 25, 2021
V
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner committed
V
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner committed
January 19, 2021
V
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
Victor Stinner committed
January 18, 2021
V
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner committed
V
bpo-42923: Add Py_FatalError() test in test_capi (GH-24240)
Victor Stinner committed
August 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi committed
March 6, 2020
V
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner committed
December 8, 2019
V
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner committed
September 18, 2019
V
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)
Victor Stinner committed
September 17, 2019
V
bpo-38070: Py_FatalError() logs runtime state (GH-16246)
Victor Stinner committed
August 29, 2019
T
bpo-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440)
Thomas A Caswell committed
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
January 8, 2019
V
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev committed
December 31, 2018
G
Fix typos in test_faulthandler skipIfs for ubsan. (GH-11386)
Gregory P. Smith committed
G
Cleanup test_faulthandler sanitizer skip logic. (GH-11381)
Gregory P. Smith committed
G
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375)
Gregory P. Smith committed
September 17, 2018
S
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka committed
June 26, 2018
V
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner committed
June 22, 2018
V
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner committed
December 12, 2017
V
bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821)
Victor Stinner committed
November 29, 2017
October 9, 2017
V
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929)
Victor Stinner committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
June 6, 2017
V
bpo-30557: Fix test_faulthandler (#1969)
Victor Stinner committed