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 xiang.zhang
Date 2017-12-25.02:51:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514170314.01.0.213398074469.issue32408@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, the real performance is:

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

real	0m0.661s
user	0m0.654s
sys	0m0.007s

I compile it with a wrong option with the specific GCC version. But still really slow comparing to before.
History
Date User Action Args
2017-12-25 02:51:54xiang.zhangsetrecipients: + xiang.zhang
2017-12-25 02:51:54xiang.zhangsetmessageid: <1514170314.01.0.213398074469.issue32408@psf.upfronthosting.co.za>
2017-12-25 02:51:54xiang.zhanglinkissue32408 messages
2017-12-25 02:51:53xiang.zhangcreate