[issue14307] Make subclassing SocketServer simpler for non-blocking frameworks

Kristján Valur Jónsson report at bugs.python.org
Thu Oct 10 08:06:26 EDT 2019


Kristján Valur Jónsson <sweskman at gmail.com> added the comment:

Nice necro :)
Socketserver is already subclassable and overridable for so many things.  Hard to understand the reluctancy to _allow_ for a different way to handle accept timeouts.  But this is also why I stopped contributing to core, because it turned out to be more about lobbying than anything else.  Anyway this is already implemented in PythonClassic, so no need for me to push it upstream :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue14307>
_______________________________________


More information about the Python-bugs-list mailing list