Re: async_unsafe's get_event_loop usage leads to "Too many open files" in tests

2020-10-13 Thread Patrick Arminio
On Tue, 13 Oct 2020 at 19:07, Andrew Godwin wrote: > Yeah, I'm not quite sure what this is, but I just ran get_event_loop() a > thousand times and it gave me the same thing every time and didn't even > budge the number of file descriptors. > > Can you replicate this behaviour in a brand new

Re: async_unsafe's get_event_loop usage leads to "Too many open files" in tests

2020-10-13 Thread Andrew Godwin
Yeah, I'm not quite sure what this is, but I just ran get_event_loop() a thousand times and it gave me the same thing every time and didn't even budge the number of file descriptors. Can you replicate this behaviour in a brand new Django project? That's what I'd need to help debug it further.

Fellow Reports - October 2020

2020-10-13 Thread Mariusz Felisiak
Week ending October 11, 2020. *Triaged: * https://code.djangoproject.com/ticket/32071 - Django Point requires GDAL on Windows (wontfix) https://code.djangoproject.com/ticket/32070 - Add option to choose app when running management command (duplicate)

Re: async_unsafe's get_event_loop usage leads to "Too many open files" in tests

2020-10-13 Thread Adam Johnson
I'd like to see what Andrew thinks on this. I had a thought that the issue you're seeing may be related to a dependency of your project creating/destroying event loops in the background. If you could try and reproduce it that'd be neat. On Mon, 12 Oct 2020 at 21:54, Patrick Arminio wrote: > On

Re: Python version support for LTS Django (in particular v2.2)

2020-10-13 Thread Adam Johnson
Great. Thank you for doing this Mariusz! On Tue, 13 Oct 2020 at 06:56, Mariusz Felisiak wrote: > Hi, > > Django 2.2.17 (LTS), 3.0.11, and 3.1.3 add compatibility with Python > 3.9 (see PR13506 ) so all > supported versions of Django will be

Fellow Reports -- October 2020

2020-10-13 Thread Carlton Gibson
Hi all. Calendar Week 40 -- ending 04 October. Triaged: https://code.djangoproject.com/ticket/32069 -- Admin change form layout broken at narrower browser widths in 3.1.2 (Accepted) https://code.djangoproject.com/ticket/32059 -- Issue when counting a model extending auth_user by month