Nathaniel Smith <[email protected]> added the comment:
How do you know that your reproducer is showing the same bug, or anything related to signals? IIUC subprocess waiting by default doesn't involve a signal handler. On Sat, May 9, 2020, 14:40 Chris Jerdonek <[email protected]> wrote: > > Chris Jerdonek <[email protected]> added the comment: > > > this seems like an awful lot of energy to spend on some code > that's not even used by default. > > True, but it seems likely to me that this signals :) a deeper, more > general issue about CPython / signals (which is why I spent time on it). > For example, my reproducer script doesn't use MultiLoopWatcher. I'd like to > see if it can be reproduced with signals other than SIGCHLD, too. > > ---------- > > _______________________________________ > Python tracker <[email protected]> > <https://bugs.python.org/issue38323> > _______________________________________ > ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue38323> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
