STINNER Victor added the comment:

"On the other hand, it appears to be quite difficult to integrate such a 
massive change into asyncore in a fully backward compatible manner. At least, 
it's not clear to me how to do this without breaking code relying on map's 
parameter and asyncore.socket_map."

Python 3.4 has now asyncio which creates a selector object which has 
register/unregister methods and so benefit of performances enhancements of 
epoll/kqueue/devpoll.

Since Giampaolo cares of backward compatibility of asyncore, and the fact that 
asyncore is now marked as deprecated ("This module exists for backwards 
compatibility only. For new code we recommend using asyncio."), I close this 
issue as wont fix ("wont fix" in asyncore, but it's already fixed in asyncio 
;-)).

----------
nosy: +haypo
resolution:  -> wont fix
status: open -> closed

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

Reply via email to