COMMITS
/ Modules/signalmodule.c October 8, 2022
P
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado committed
September 13, 2022
June 20, 2022
C
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Christian Heimes 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
April 21, 2022
V
gh-90623: signal.raise_signal() calls PyErr_CheckSignals() (#91756)
Victor Stinner committed
April 3, 2022
H
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)
Hood Chatham committed
March 8, 2022
C
bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
Christian Heimes committed
February 25, 2022
V
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner committed
January 27, 2022
V
bpo-46417: signal: move siginfo_type to the module state (GH-30964)
Victor Stinner committed
January 21, 2022
V
bpo-46417: signal uses PyStructSequence_NewType() (GH-30735)
Victor Stinner committed
January 12, 2022
December 13, 2021
G
bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)
Gareth Rees committed
December 12, 2021
November 25, 2021
C
bpo-41498: Fix build on platforms without sigset_t (GH-29770)
Christian Heimes committed
October 28, 2021
M
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon committed
October 13, 2021
V
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 7, 2021
C
Fix typos in the Modules directory (GH-28761)
Christian Clauss committed
October 1, 2021
V
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner committed
September 11, 2021
D
bpo-45163: Haiku build fix. (GH-28269)
David CARLIER committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
April 28, 2021
V
bpo-43963: Add _signal module state (GH-25676)
Victor Stinner committed
April 27, 2021
V
bpo-43963: Fix import _signal in subinterpreters (GH-25674)
Victor Stinner committed
March 11, 2021
A
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou committed
March 5, 2021
November 30, 2020
P
bpo-31904: Support signal module on VxWorks (GH-23391)
pxinwr committed
November 17, 2020
V
bpo-41713: Port _signal module to multi-phase init (GH-23355)
Victor Stinner committed
V
bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353)
Victor Stinner committed
V
bpo-41686: Refactor signal_exec() (GH-23346)
Victor Stinner committed
V
bpo-41686: Always create the SIGINT event on Windows (GH-23344)
Victor Stinner committed
V
bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
Victor Stinner committed
October 26, 2020
S
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Serhiy Storchaka committed
September 4, 2020
V
bpo-41713: _signal doesn't use multi-phase init (GH-22087)
Victor Stinner committed
September 3, 2020
M
bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22049)
Mohamed Koubaa committed
September 2, 2020
P
bpo-41675: Modernize siginterrupt calls (GH-22028)
Pablo Galindo committed
July 12, 2020
S
bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197)
Serhiy Storchaka committed
June 3, 2020
V
bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
Victor Stinner committed
June 2, 2020
V
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner committed
June 1, 2020
V
bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
April 8, 2020
V
bpo-40082: trip_signal() uses the main interpreter (GH-19441)
Victor Stinner committed
March 26, 2020
V
bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184)
Victor Stinner committed
March 20, 2020
V
bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087)
Victor Stinner committed
March 19, 2020
V
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner committed
March 18, 2020
V
bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061)
Victor Stinner committed
February 13, 2020
November 20, 2019
B
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
Benjamin Peterson committed