12 Sep
2017
12 Sep
'17
9:48 p.m.
On Sat, Sep 9, 2017 at 11:04 AM, Nathaniel Smith <njs@pobox.com> wrote:
This phrase "bubble up" here is doing a lot of work :-). Can you elaborate on what you mean? The text now makes it seem like the exception will just pass from one interpreter into another, but that seems impossible
I've updated the PEP to clarify.
it'd mean sharing not just arbitrary user defined exception classes but full frame objects...
My current implementation does the right thing currently. However, it would probably struggle under a more tightly controlled inter-interpreter boundary. I'll take a look and also update the PEP. -eric