This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients giampaolo.rodola, socketpair, vstinner
Date 2014-06-27.20:39:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403901551.57.0.39081011099.issue11273@psf.upfronthosting.co.za>
In-reply-to
Content
"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 ;-)).
History
Date User Action Args
2014-06-27 20:39:11vstinnersetrecipients: + vstinner, giampaolo.rodola, socketpair
2014-06-27 20:39:11vstinnersetmessageid: <1403901551.57.0.39081011099.issue11273@psf.upfronthosting.co.za>
2014-06-27 20:39:11vstinnerlinkissue11273 messages
2014-06-27 20:39:11vstinnercreate