Proposal for pkg-message for python 3.x ports

2017-05-09 Thread pmhausen
Dear python port maintainers, I discovered an odd performance problem with python 3.6 on servers with large amounts of memory. You can find all the details in a thread of the h...@python.org mailinglist with subject "Python bug? Closing *all* file descriptors on fork() instead of only open ones

Re: Proposal for pkg-message for python 3.x ports

2017-05-09 Thread Konstantin Belousov
On Tue, May 09, 2017 at 07:23:38PM +0200, pmhausen wrote: > Dear python port maintainers, > > I discovered an odd performance problem with python 3.6 on servers with > large amounts of memory. > > You can find all the details in a thread of the h...@python.org > mailinglist with subject > > "Pyt