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
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
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
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