]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807...
authorGuido van Rossum <guido@python.org>
Sat, 17 Sep 2022 21:12:45 +0000 (14:12 -0700)
committerGitHub <noreply@github.com>
Sat, 17 Sep 2022 21:12:45 +0000 (14:12 -0700)
commit487135a396a504482ae3a7e9c7f80a44627a5a3f
treeecd59a74af59759d07477126b7e8a340274c6ec4
parent7e36abbb7815b14777c207dba0fe6fcd41d6d37a
Revert "gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)" (#96898)

This reverts commit 05878106989c6f5b9dd35a6c15a21bee59312827.
Reason: This broke buildbots (some warnings added by that commit are turned to errors in the SSL buildbot).
Repro:  ./python Lib/test/ssltests.py
Lib/asyncio/proactor_events.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Library/2022-09-14-19-15-01.gh-issue-87079.0zYmW5.rst [deleted file]