COMMITS
/ Modules/faulthandler.c February 26, 2025
S
[3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) (GH-130576)
Serhiy Storchaka committed
February 20, 2025
M
[3.12] gh-129838: Don't redefine _Py_NO_SANITIZE_UNDEFINED (GH-129839) (#130365)
Miss Islington (bot) committed
July 19, 2024
S
[3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)
Serhiy Storchaka committed
April 12, 2024
M
[3.12] gh-117764: Add signatures for functions in the faulthandler module (GH-117771) (GH-117806)
Miss Islington (bot) committed
October 2, 2023
V
[3.12] gh-110052: Fix faulthandler for freed tstate (#110069) (#110071)
Victor Stinner committed
August 26, 2023
M
[3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#108523)
Miss Islington (bot) 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
August 14, 2019
V
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
Victor Stinner committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 19, 2019
V
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner committed
May 17, 2019
V
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner committed
May 11, 2019
X
bpo-36856: Handle possible overflow in faulthandler_stack_overflow (GH-13205)
Xi Ruoyao committed
April 30, 2019
V
bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970)
Victor Stinner committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
November 12, 2018
G
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
December 14, 2017