Message 309025 - Python tracker (original) (raw)
Message309025
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:54 | xiang.zhang | set | recipients: + xiang.zhang |
2017-12-25 02:51:54 | xiang.zhang | set | messageid: 1514170314.01.0.213398074469.issue32408@psf.upfronthosting.co.za |
2017-12-25 02:51:54 | xiang.zhang | link | issue32408 messages |
2017-12-25 02:51:53 | xiang.zhang | create |