tornadoweb / tornado

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
http://www.tornadoweb.org/
Apache License 2.0
21.76k stars 5.51k forks source link

ioloop_test: Skip a test that no longer works on py3.14 #3445

Closed bdarnell closed 1 day ago

bdarnell commented 1 day ago

This test uses implicit event loop creation but avoided deprecation warnings because it ran in a subprocess. Surprisingly, it is the only test we have left for this pattern.