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 Nir Soffer, giampaolo.rodola, serhiy.storchaka, vstinner, walkhour
Date 2017-07-25.23:24:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501025048.03.0.966291895507.issue30985@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like the closing attribute is not *required* to fix bpo-30931, asyncore race condition:
http://bugs.python.org/issue30931#msg299162

Another approach doesn't rely on close() "implementation", but more on close() "expected behaviour" (remove the dispatcher file descriptor from map). IMHO this approach would reduce the risk of backward incompatibility.

--

I'm still in favor of rejecting this feature request, *but* I would prefer to first wait until we agree how to fix bpo-30931 race condition.
History
Date User Action Args
2017-07-25 23:24:08vstinnersetrecipients: + vstinner, giampaolo.rodola, serhiy.storchaka, Nir Soffer, walkhour
2017-07-25 23:24:08vstinnersetmessageid: <1501025048.03.0.966291895507.issue30985@psf.upfronthosting.co.za>
2017-07-25 23:24:08vstinnerlinkissue30985 messages
2017-07-25 23:24:07vstinnercreate