STINNER Victor <vstin...@python.org> added the comment:

GH-31069 simply silently ignore all socket errors.

I tried to write a smart fix which only ignores socket errors when tests are 
done, in tearDown(). But than I got issues in makepasv() tests which creates a 
socket and immediately closes it. The server also logs an error in this case.

IMO it's not worth it trying to write the perfect error handling for 
test_ftplib.

----------
versions: +Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44359>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to