]> git.ipfire.org Git - thirdparty/tornado.git/commit
ioloop: Deprecate add_callback_from_signal 3261/head
authorBen Darnell <ben@bendarnell.com>
Tue, 2 May 2023 16:54:20 +0000 (12:54 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 2 May 2023 17:09:18 +0000 (13:09 -0400)
commitb9eb764264c79cd2ec7b0c87796be3f50f46d32d
tree2c2ff40341d9b5b502e2dd31b8d6b9b0512427aa
parentf0e2b44155a06dd409a82467cb53634d0d8e60b6
ioloop: Deprecate add_callback_from_signal

I don't believe this method is currently working as intended, and I'm
not sure it ever has since the move to asyncio. I think this is
responsible for occasional test failures in CI.

Fixes #3225
maint/benchmark/benchmark.py
tornado/ioloop.py
tornado/platform/asyncio.py
tornado/process.py
tornado/test/ioloop_test.py