STINNER Victor <vstin...@redhat.com> added the comment:

> https://github.com/nierob/cpython/commit/3b76b887b2b339664dc52c5f246bc7cb268ea616

Oh, nice! Please rebase this change on the master branch and reuse "int 
async_err = 0;" pattern from Modules/posixmodule.c. You must not raise a new 
exception if PyErr_CheckSignals() raised an exception, something like:

        return (!async_err) ? posix_error() : NULL;

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35189>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to