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, vstinner, walkhour
Date 2017-07-25.21:52:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501019525.87.0.717920760142.issue30931@psf.upfronthosting.co.za>
In-reply-to
Content
> I use the same trick all over the place in pyftpdlib:
> https://github.com/giampaolo/pyftpdlib/blob/1268bb185cd63c657d78bc33309041628e62360a/pyftpdlib/handlers.py#L537

This allow detection of closed sockets, but does not fix the issue of
accessing the wrong dispatcher.

> In practical terms, does this bug report aim to fix this issue?

Yes, see the attached PR's.
History
Date User Action Args
2017-07-25 21:52:05Nir Soffersetrecipients: + Nir Soffer, vstinner, giampaolo.rodola, walkhour
2017-07-25 21:52:05Nir Soffersetmessageid: <1501019525.87.0.717920760142.issue30931@psf.upfronthosting.co.za>
2017-07-25 21:52:05Nir Sofferlinkissue30931 messages
2017-07-25 21:52:05Nir Soffercreate