COMMITS
/ Modules/faulthandler.c May 19, 2026
A
[3.13] gh-149590: Remove faulthandler_traverse (GH-150023) (#150087)
Armaan Vakharia committed
February 25, 2025
S
[3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556)
Serhiy Storchaka committed
February 20, 2025
M
[3.13] gh-129838: Don't redefine _Py_NO_SANITIZE_UNDEFINED (GH-129839) (#130366)
Miss Islington (bot) committed
January 2, 2025
M
[3.13] gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128422) (GH-128423)
Miss Islington (bot) committed
July 19, 2024
S
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
Serhiy Storchaka committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 12, 2024
S
gh-117764: Add signatures for functions in the faulthandler module (GH-117771)
Serhiy Storchaka committed
February 20, 2024
V
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner committed
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
February 5, 2024
S
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
Serhiy Storchaka committed
September 30, 2023
V
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner committed
September 29, 2023
V
gh-110052: Fix faulthandler for freed tstate (#110069)
Victor Stinner committed
September 23, 2023
S
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka committed
August 26, 2023
S
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka committed
August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed
V
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner committed
August 22, 2023
V
Ignore _Py_write_noraise() result: cast to (void) (#108291)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
March 25, 2023
L
Fix typos in faulthandler, testcapi error messages (#103020)
Liyang Zhang committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
December 12, 2022
E
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
Eric Snow committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 7, 2022
D
gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
Dong-hee Na committed
September 26, 2022
September 8, 2022
V
gh-96652: Fix faulthandler chained signal without sigaction() (#96666)
Victor Stinner committed
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
April 25, 2022
V
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner committed
March 18, 2022
P
bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961)
Pablo Galindo Salgado committed
March 11, 2022
O
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789)
Oleksandr Pavlyk committed
March 3, 2022
V
bpo-46913: Fix test_faulthandler.test_read_null() on UBSan (GH31672)
Victor Stinner committed
V
bpo-46913: Fix test_faulthandler.test_sigfpe() on UBSAN (GH-31662)
Victor Stinner committed
February 8, 2022
January 13, 2022
C
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
September 30, 2021
V
bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)
Victor Stinner committed
February 19, 2021
V
bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24576)
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
July 3, 2020
D
bpo-1635741: Port faulthandler module to multiphase initialization (GH-21294)
Dong-hee Na committed
April 15, 2020
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
March 25, 2020
A
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester committed
March 13, 2020
V
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)
Victor Stinner committed
January 30, 2020
V
bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278)
Victor Stinner committed
December 4, 2019
V
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
Victor Stinner committed
November 19, 2019
B
bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)
Brandt Bucher committed
September 18, 2019
V
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)
Victor Stinner committed
August 29, 2019
T
bpo-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440)
Thomas A Caswell committed
August 21, 2019
V
bpo-37851: faulthandler allocates its stack on demand (GH-15358)
Victor Stinner committed