On Wed, Apr 21, 2021 at 11:22 PM Nathaniel Smith <[email protected]> wrote:

>
>
> Saying that you have to make a new API every time you start using
> concurrency inside a function is extremely restrictive.


You don't need a new API when you start using concurrency inside a
function. You need a new API when you start raising exception groups from a
function because that changes the function's external behaviour.

-1 from me on the denormalized traceback idea. I've said what I had to say
about it in my previous email.

Cheers
Irit
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/HVPVPRSTJMI7KOFXQLJJCRUPC2R4IE42/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to