giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.65k stars 265 forks source link

Unbundle asyncore and asynchat #637

Closed penguinpee closed 5 days ago

penguinpee commented 6 days ago

Use pyasyncore and pyasynchat from PyPI instead.

penguinpee commented 6 days ago

For the current release the patch is a little more elaborate due to the PY3 specific checks. But I have a patch ready for that as well, if needed.

Motivation for the patch: In Fedora we prefer shared libraries/modules over bundling them. In this case pyasyncore and pyasynchat fill the gap left behind in Python >= 3.12 when those modules were removed from core.