yang <[email protected]> added the comment: 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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32729> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
