tempesta-tech / tempesta-test

Test suite for Tempesta FW
10 stars 4 forks source link

`asyncore` is deprecated #573

Open RomanBelozerov opened 4 months ago

RomanBelozerov commented 4 months ago

Deprecated since version 3.6, will be removed in version 3.12: The asyncore module is deprecated (see PEP 594 for details). Please use asyncio instead.

I think we should consider using asyncio or create a base class from scratch if that's not possible.