mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932)
This reverts commit 4e01946caf
.
This commit is contained in:
parent
6351d9e440
commit
299b8c61e9
4 changed files with 42 additions and 32 deletions
|
@ -305,7 +305,7 @@ _ready:
|
|||
handle signals.
|
||||
|
||||
Note: RESET_GIL_DROP_REQUEST() calls COMPUTE_EVAL_BREAKER(). */
|
||||
COMPUTE_EVAL_BREAKER(interp, ceval2);
|
||||
COMPUTE_EVAL_BREAKER(interp, ceval, ceval2);
|
||||
}
|
||||
|
||||
/* Don't access tstate if the thread must exit */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue