STINNER Victor added the comment:

It seems like the closing attribute is not *required* to fix bpo-30931, 
asyncore race condition:
http://bugs.python.org/issue30931#msg299162

Another approach doesn't rely on close() "implementation", but more on close() 
"expected behaviour" (remove the dispatcher file descriptor from map). IMHO 
this approach would reduce the risk of backward incompatibility.

--

I'm still in favor of rejecting this feature request, *but* I would prefer to 
first wait until we agree how to fix bpo-30931 race condition.

----------

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

Reply via email to