gh-126434: Use multiprocessing.Value for multiprocessing.Event to avoid deadlock when there is reentrant usage of set
from is_set
, e.g. when handling system signals#126437
Draft
ivarref wants to merge 14 commits intopython:mainfrom
Commits
Commits on Nov 12, 2024
Commits on Nov 14, 2024
- committed
- committed
- committed
- committed
Commits on Nov 28, 2024
Commits on Dec 3, 2024
- committed
- committed
gh-126434: What should be done if sys.exit() is called from a signal handler (on a non-main thread)?
committed- committed