[Python-Dev] urllib request HTTPS memory leak?

2019-09-16 Thread V-ron P
Hello Python Dev, One of my HTTPS servers leaked over 8 GB of memory over the past week. After troubleshooting the issue, I managed to narrow it down to the minimal test case below: https://gist.github.com/hydrogen-mvm/d588521c2138e0f98aa94b18e7dedfdb (Note that the 100 threads are not necessary

[Python-Dev] Re: urllib request HTTPS memory leak?

2019-09-16 Thread Christian Heimes
On 16/09/2019 23.37, V-ron P wrote: > Hello Python Dev, > > One of my HTTPS servers leaked over 8 GB of memory over the past week. > After troubleshooting the issue, I managed to narrow it down to the > minimal test case below: > > https://gist.github.com/hydrogen-mvm/d588521c2138e0f98aa94b18e7de

[Python-Dev] Re: The Python 2 death march

2019-09-16 Thread Chris Barker via Python-Dev
Regardless of the date of the final release, no one's Python2 install will stop working, and people will still be able to download and install that last release. So I like the metaphor -- it's being "sunset" -- there will be a long dusk .. a month or tow makes no difference to anyone's workflo