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 giampaolo.rodola
Recipients Nir Soffer, giampaolo.rodola, vstinner, walkhour
Date 2017-07-25.21:21:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501017662.84.0.401315779722.issue30931@psf.upfronthosting.co.za>
In-reply-to
Content
> Yes, this is a typical issue in asyncore if you don't protect your
> subclass to handle double close.

I use the same trick all over the place in pyftpdlib:
https://github.com/giampaolo/pyftpdlib/blob/1268bb185cd63c657d78bc33309041628e62360a/pyftpdlib/handlers.py#L537
In practical terms, does this bug report aim to fix this issue?
History
Date User Action Args
2017-07-25 21:21:02giampaolo.rodolasetrecipients: + giampaolo.rodola, vstinner, Nir Soffer, walkhour
2017-07-25 21:21:02giampaolo.rodolasetmessageid: <1501017662.84.0.401315779722.issue30931@psf.upfronthosting.co.za>
2017-07-25 21:21:02giampaolo.rodolalinkissue30931 messages
2017-07-25 21:21:02giampaolo.rodolacreate