]> granicus.if.org Git - python/commit
asyncore: introduce a new 'closed' attribute to make sure that dispatcher gets closed...
authorGiampaolo Rodolà <g.rodola@gmail.com>
Fri, 11 Feb 2011 13:04:18 +0000 (13:04 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Fri, 11 Feb 2011 13:04:18 +0000 (13:04 +0000)
commit42e0b7f47ef3bd1fe3b20ae253c9f660092d2fa4
tree85b0f6fa1367f3174eb7dee6635be83da93fd286
parent2933312fe71f15d127009c872cd1e5f98a993999
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.
Lib/asyncore.py