Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.53k stars 1.25k forks source link

Deprecated Python modules: Asyncore + Asynchat #1520

Closed aekoroglu closed 2 years ago

aekoroglu commented 2 years ago

`../../../../../usr/lib64/python3.10/asynchat.py:48 /usr/lib64/python3.10/asynchat.py:48: DeprecationWarning: The asyncore module is deprecated and will be removed in Python 3.12. The recommended replacement is asyncio import asyncore

supervisor/medusa/producers.py:14 /home/aekoroglu/rpmbuild/BUILD/supervisor-4.2.4/supervisor/medusa/producers.py:14: DeprecationWarning: The asynchat module is deprecated and will be removed in Python 3.12. The recommended replacement is asyncio from asynchat import find_prefix_at_end `