| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-128400: Only show the current thread in `faulthandler` if the GIL is disab... | Peter Bierma | 2025-01-03 | 1 | -3/+30 |
|
|
* | gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128422) | Peter Bierma | 2025-01-02 | 1 | -0/+5 |
|
|
* | gh-121905: Consistently use "floating-point" instead of "floating point" (GH-... | Serhiy Storchaka | 2024-07-19 | 1 | -1/+1 |
|
|
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -0/+1 |
|
|
* | gh-117764: Add signatures for functions in the faulthandler module (GH-117771) | Serhiy Storchaka | 2024-04-12 | 1 | -26/+35 |
|
|
* | gh-110850: Cleanup pycore_time.h includes (#115724) | Victor Stinner | 2024-02-20 | 1 | -0/+1 |
|
|
* | gh-110850: Replace _PyTime_t with PyTime_t (#115719) | Victor Stinner | 2024-02-20 | 1 | -2/+2 |
|
|
* | gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275) | Serhiy Storchaka | 2024-02-05 | 1 | -0/+7 |
|
|
* | gh-110014: Include explicitly <unistd.h> header (#110155) | Victor Stinner | 2023-09-30 | 1 | -3/+6 |
|
|
* | gh-110052: Fix faulthandler for freed tstate (#110069) | Victor Stinner | 2023-09-29 | 1 | -2/+1 |
|
|
* | gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612) | Serhiy Storchaka | 2023-09-23 | 1 | -4/+1 |
|
|
* | gh-107913: Fix possible losses of OSError error codes (GH-107930) | Serhiy Storchaka | 2023-08-26 | 1 | -2/+1 |
|
|
* | gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459) | Victor Stinner | 2023-08-24 | 1 | -1/+1 |
|
|
* | gh-106320: Remove private _PySys functions (#108452) | Victor Stinner | 2023-08-24 | 1 | -0/+1 |
|
|
* | Ignore _Py_write_noraise() result: cast to (void) (#108291) | Victor Stinner | 2023-08-22 | 1 | -2/+2 |
|
|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+2 |
|
|
* | Fix typos in faulthandler, testcapi error messages (#103020) | Liyang Zhang | 2023-03-25 | 1 | -1/+1 |
|
|
* | gh-102255: Improve build support for Windows API partitions (GH-102256) | Max Bachmann | 2023-03-09 | 1 | -1/+1 |
|
|
* | gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152) | Eric Snow | 2022-12-12 | 1 | -63/+9 |
|
|
* | bpo-15999: Accept arbitrary values for boolean parameters. (#15609) | Serhiy Storchaka | 2022-12-03 | 1 | -3/+3 |
|
|
* | gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162) | Dong-hee Na | 2022-11-07 | 1 | -4/+16 |
|
|
* | Fix typo in docstring and remove duplicate signal.h include in faulthandler.c... | chgnrdv | 2022-09-26 | 1 | -2/+1 |
|
|
* | gh-96652: Fix faulthandler chained signal without sigaction() (#96666) | Victor Stinner | 2022-09-08 | 1 | -1/+1 |
|
|
* | gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) | Victor Stinner | 2022-06-19 | 1 | -2/+0 |
|
|
* | gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) | Serhiy Storchaka | 2022-06-14 | 1 | -4/+4 |
|
|
* | gh-91320: Use _PyCFunction_CAST() (#92251) | Victor Stinner | 2022-05-03 | 1 | -5/+5 |
|
|
* | gh-64783: Fix signal.NSIG value on FreeBSD (#91929) | Victor Stinner | 2022-04-25 | 1 | -17/+5 |
|
|
* | bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961) | Pablo Galindo Salgado | 2022-03-18 | 1 | -3/+3 |
|
|
* | bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) | Oleksandr Pavlyk | 2022-03-11 | 1 | -6/+20 |
|
|
* | bpo-46913: Fix test_faulthandler.test_read_null() on UBSan (GH31672) | Victor Stinner | 2022-03-03 | 1 | -16/+18 |
|
|
* | bpo-46913: Fix test_faulthandler.test_sigfpe() on UBSAN (GH-31662) | Victor Stinner | 2022-03-03 | 1 | -2/+20 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -9/+5 |
|
|
* | bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507) | Christian Heimes | 2022-01-13 | 1 | -1/+1 |
|
|
* | bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914) | Victor Stinner | 2021-10-13 | 1 | -2/+5 |
|
|
* | bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643) | Victor Stinner | 2021-09-30 | 1 | -1/+1 |
|
|
* | bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24... | Victor Stinner | 2021-02-19 | 1 | -1/+2 |
|
|
* | bpo-42923: Dump extension modules on fatal error (GH-24207) | Victor Stinner | 2021-01-18 | 1 | -0/+3 |
|
|
* | bpo-42923: Add Py_FatalError() test in test_capi (GH-24240) | Victor Stinner | 2021-01-18 | 1 | -23/+2 |
|
|
* | bpo-1635741: Port faulthandler module to multiphase initialization (GH-21294) | Dong-hee Na | 2020-07-03 | 1 | -35/+31 |
|
|
* | bpo-40268: Remove explicit pythread.h includes (#19529) | Victor Stinner | 2020-04-15 | 1 | -1/+0 |
|
|
* | Use calloc-based functions, not malloc. (GH-19152) | Andy Lester | 2020-03-25 | 1 | -2/+1 |
|
|
* | bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981) | Victor Stinner | 2020-03-13 | 1 | -3/+3 |
|
|
* | bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278) | Victor Stinner | 2020-01-30 | 1 | -15/+1 |
|
|
* | bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) | Victor Stinner | 2019-12-04 | 1 | -10/+6 |
|
|
* | bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250) | Brandt Bucher | 2019-11-19 | 1 | -10/+21 |
|
|
* | bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) | Victor Stinner | 2019-09-18 | 1 | -17/+0 |
|
|
* | bpo-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440) | Thomas A Caswell | 2019-08-29 | 1 | -0/+5 |
|
|
* | bpo-37851: faulthandler allocates its stack on demand (GH-15358) | Victor Stinner | 2019-08-21 | 1 | -48/+98 |
|
|
* | bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) | Victor Stinner | 2019-08-14 | 1 | -1/+5 |
|
|
* | bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) | Jeroen Demeyer | 2019-07-08 | 1 | -3/+3 |
|
|