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 Nir Soffer
Recipients Nir Soffer, giampaolo.rodola, gvanrossum, serhiy.storchaka, vstinner, walkhour
Date 2017-07-24.22:54:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500936857.42.0.153059115101.issue30985@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that this change alone is may not be important enough to fix in asyncore today - but this enables easy detection of closed sockets needed for https://github.com/python/cpython/pull/2764 or the alternative https://github.com/python/cpython/pull/2854. Unless you suggest a better way to detect closed dispatchers.

Introducing new failures modes in asyncore is extremely risky, error handling in asyncore is the weakest point.
History
Date User Action Args
2017-07-24 22:54:17Nir Soffersetrecipients: + Nir Soffer, gvanrossum, vstinner, giampaolo.rodola, serhiy.storchaka, walkhour
2017-07-24 22:54:17Nir Soffersetmessageid: <1500936857.42.0.153059115101.issue30985@psf.upfronthosting.co.za>
2017-07-24 22:54:17Nir Sofferlinkissue30985 messages
2017-07-24 22:54:17Nir Soffercreate