Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid getting into infinite recursion when clearing off _pending_sign…
…al. Better to lose a _pending_signal. The alternative is to use a signal mask but that is not so portable (we can still add that for linux tho). Ref #294.
- Loading branch information
7cdd4c9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change causes an error:
TypeError: _signal_cleanup_handler() argument after * must be an iterable, not NoneType
.Something like this should fix it: