Guido van Rossum added the comment:
Thanks!
The loop overhead is presumably dramatic in that example. I think I measured a
somewhat bigger speedup using timeit, which IIRC subtracts the cost of an empty
loop. But you're right that 5% on a micro-benchmark is not very exciting.
I wonder if th
Kyle Stanley added the comment:
Thanks for bringing attention to this, Julien.
While the regression is definitely unfortunate, I'm uncertain about whether the
behavior is *correct* to allow in the first place. Specifically, allowing the
registration of an atexit hook which uses a ThreadPool
New submission from 双草酸酯 :
On Windows you can only set a "host:port" http proxy as system proxy.
```
PS > Get-ItemProperty -Path
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings' | findstr
ProxyServer
ProxyServer : 127.0.0.1:7890
```
But in Python, it assumes tha
101 - 103 of 103 matches
Mail list logo