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 brauwerman, jackdied, neologix, vstinner
Date 2014-07-18.21:50:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405720217.39.0.954316436256.issue1049450@psf.upfronthosting.co.za>
In-reply-to
Content
The telnetlib now uses the new selectors introduced in Python 3.4: see the issue #19170. The selectors module handles InterruptedError (EINTR): it returns an empty list of events in this case.

The changeset f713d9b6393c of the issue #19170 fixed this issue.

Sorry for the delay, 10 years to fix this bug... It's probably because the telnetlib module is not widely used...
History
Date User Action Args
2014-07-18 21:50:17vstinnersetrecipients: + vstinner, brauwerman, jackdied, neologix
2014-07-18 21:50:17vstinnersetmessageid: <1405720217.39.0.954316436256.issue1049450@psf.upfronthosting.co.za>
2014-07-18 21:50:17vstinnerlinkissue1049450 messages
2014-07-18 21:50:17vstinnercreate