New submission from Роман Коптев <romikfor...@gmail.com>:
Hi. I have a high cpu usage using asyncio streams/sockets with connection pool (I tried on cpython 3.8-3.9 on mac and debian). Seems some noop handler is continously called polling ports in selectors. Here is a simple example to reproduce https://github.com/romikforest/asyncio_streams_high_cpu_usage2 Thank you a lot if you can take a look. ---------- components: asyncio messages: 389981 nosy: asvetlov, romikforest, yselivanov priority: normal severity: normal status: open title: High cpu usage using asyncio streams type: performance versions: Python 3.8, Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43696> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com