Message 311541 - Python tracker

Message311541

Author rkdls
Recipients methane, rkdls
Date 2018-02-03.08:02:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517644974.23.0.467229070634.issue32729@psf.upfronthosting.co.za>
In-reply-to
Content
When timeout error occurred in urllib3.Poolmanager.urlopen(), the built-in TimeoutError raised which is not caught in existing timeout exception clause.

Thus, It is caught by 'error' except and it is not checking Nonetype so that raising IndexError

It patched that error and detailed in PR-5458

https://github.com/python/cpython/pull/5458

Thank you and sorry for not good at english.
History
Date User Action Args
2018-02-03 08:02:54rkdlssetrecipients: + rkdls, methane
2018-02-03 08:02:54rkdlssetmessageid: <1517644974.23.0.467229070634.issue32729@psf.upfronthosting.co.za>
2018-02-03 08:02:54rkdlslinkissue32729 messages
2018-02-03 08:02:54rkdlscreate