[Python-Dev] Re: PoC: Subinterpreters 4x faster than sequential execution or threads on CPU-bound workaround

2020-05-08 Thread Sebastian Krause
Guido van Rossum wrote: > Is there some kind of optimized communication possible yet between > subinterpreters? (Otherwise I still worry that it's no better than > subprocesses -- and it could be worse because when one > subinterpreter experiences a hard crash or runs out of memory, all > others h

[Python-Dev] Re: PoC: Subinterpreters 4x faster than sequential execution or threads on CPU-bound workaround

2020-05-08 Thread Nathaniel Smith
On Fri, May 8, 2020 at 12:30 AM Sebastian Krause wrote: > > Guido van Rossum wrote: > > Is there some kind of optimized communication possible yet between > > subinterpreters? (Otherwise I still worry that it's no better than > > subprocesses -- and it could be worse because when one > > subinter

[Python-Dev] Summary of Python tracker Issues

2020-05-08 Thread Python tracker
ACTIVITY SUMMARY (2020-05-01 - 2020-05-08) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open7459 (+32) closed 44857 (+64) total 52316 (+96) Open issues wi

[Python-Dev] PEP 615 (zoneinfo) implementation ready for review

2020-05-08 Thread Paul Ganssle
Hey all, The feature freeze is coming up on us fast, and the PEP 615 implementation is more or less ready to be integrated into the standard library (may need one or two little tweaks, but it's well past the "minimum viable product" stage). Normally I'd wait longer for someone to volunteer for th