New submission from Eric Snow <ericsnowcurren...@gmail.com>:
For a while now the signal handling machinery has piggy-backed on ceval's "pending calls" machinery (e.g. Py_AddPendingCall). This is a bit confusing. It also increases the risk with unrelated changes to the pending calls code. ---------- assignee: eric.snow messages: 331196 nosy: eric.snow priority: normal severity: normal stage: needs patch status: open title: Signal handling machinery still relies on "pending calls". type: behavior versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35423> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com