COMMITS
/ Modules/faulthandler.c 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
December 11, 2017
V
bpo-32252: Fix faulthandler_suppress_crash_report() (#4794)
Victor Stinner committed
November 16, 2017
V
bpo-32030: Enhance Py_Main() (#4412)
Victor Stinner committed
November 15, 2017
V
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner committed
November 8, 2017
V
Replace KB unit with KiB (#4293)
Victor Stinner committed
October 27, 2017
V
faulthandler: use _PyTime_t rather than double for timeout (#4139)
Victor Stinner committed
October 9, 2017
V
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929)
Victor Stinner committed
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
June 5, 2017
S
April 21, 2017
V
bpo-30125: Fix faulthandler.disable() on Windows (#1240)
Victor Stinner committed
March 23, 2017
C
faulthandler: Restore the old sigaltstack during teardown (#777)
Christophe Zeitouny committed
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 5, 2016
V
Issue #28152: Fix -Wunreachable-code warnings on Clang
Victor Stinner committed
September 8, 2016
S
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
V
Avoid calling functions with an empty string as format string
Victor Stinner committed