Pablo Galindo Salgado <[email protected]> added the comment:
Could it be a race condition the signal delivery? Technically, the process sends itself a signal and never waits for it, it just exits. The signal can arrive after the process has exited normally. Or I am missing something obvious in this reasoning? ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue36013> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
