]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 23 Apr 2025 19:59:41 +0000 (20:59 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Apr 2025 19:59:41 +0000 (20:59 +0100)
commit99b13775dab0f111165d59099027549098f61023
tree1299bbc8c25c04f4dc9246e17bcadfb2a3c4e170
parent4b4b9fbb06198f65424ed5be06c59f8b2801b99b
gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)

For the same reasons as running the GC, this will allow sections that
run in native code for long periods without executing bytecode to also
run the remote debugger protocol without having to wait until bytecode
is executed

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Include/internal/pycore_ceval.h
Modules/signalmodule.c
Python/ceval_gil.c