[Python-Dev] [Python-checkins] r88395 - python/branches/py3k/Lib/asyncore.py

Nick Coghlan ncoghlan at gmail.com
Fri Feb 11 14:25:10 CET 2011


On Fri, Feb 11, 2011 at 11:04 PM, giampaolo.rodola
<python-checkins at python.org> wrote:
> Author: giampaolo.rodola
> Date: Fri Feb 11 14:04:18 2011
> New Revision: 88395
>
> Log:
> asyncore: introduce a new 'closed' attribute to make sure that dispatcher gets closed only once.
> In different occasions close() might be called more than once, causing problems with already disconnected sockets/dispatchers.

Giampaolo,

This checkin and the previous one are not appropriate for the release
candidate phase of the 3.2 release. At the very least, they need to
identify the second core dev that reviewed them, as well as a
reference to the tracker issue where the RM approved them for
inclusion.

Regards,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list