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 xiang.zhang
Recipients serhiy.storchaka, xiang.zhang
Date 2021-04-01.06:54:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617260057.29.0.188585287159.issue32408@roundup.psfhosted.org>
In-reply-to
Content
I think this issue has already been solved by #39507. The time difference is:

before:

time python3 -c 'import urllib.request; urllib.request.proxy_bypass_environment("1.1.1.1")'

real    0m0.912s
user    0m0.902s
sys     0m0.010s

after:

time python3 -c 'import urllib.request; urllib.request.proxy_bypass_environment("1.1.1.1")'

real    0m0.105s
user    0m0.086s
sys     0m0.019s
History
Date User Action Args
2021-04-01 06:54:17xiang.zhangsetrecipients: + xiang.zhang, serhiy.storchaka
2021-04-01 06:54:17xiang.zhangsetmessageid: <1617260057.29.0.188585287159.issue32408@roundup.psfhosted.org>
2021-04-01 06:54:17xiang.zhanglinkissue32408 messages
2021-04-01 06:54:16xiang.zhangcreate