[Python-Dev] Re: [std-proposals] Exception compatibility with aliens

2023-01-18 Thread Josh Engroff
Table this, perhaps? > On Jan 18, 2023, at 5:04 PM, Barry Scott wrote: > >  > >> On 18 Jan 2023, at 15:35, Frederick Virchanza Gotham >> wrote: >> >>> On Wed, Jan 18, 2023 at 3:07 PM Jason McKesson wrote: >>> >>> Also, this proposal seems to be missing the biggest issue with >>>

[Python-Dev] Re: [std-proposals] Exception compatibility with aliens

2023-01-18 Thread Barry Scott
> On 18 Jan 2023, at 15:35, Frederick Virchanza Gotham > wrote: > > On Wed, Jan 18, 2023 at 3:07 PM Jason McKesson wrote: >> >> Also, this proposal seems to be missing the biggest issue with >> cross-language exception handling: the fact that you can't throw >> exceptions across languages.

[Python-Dev] Re: [std-proposals] Exception compatibility with aliens

2023-01-18 Thread Frederick Virchanza Gotham
On Wed, Jan 18, 2023 at 3:07 PM Jason McKesson wrote: > > Also, this proposal seems to be missing the biggest issue with > cross-language exception handling: the fact that you can't throw > exceptions across languages. The only thing you *can* do is catch > exceptions on the source language end,

[Python-Dev] Re: [std-proposals] Exception compatibility with aliens

2023-01-18 Thread Ville Voutilainen
On Wed, 18 Jan 2023 at 11:45, Frederick Virchanza Gotham via Std-Proposals wrote: > > I have sent this email to two mailing lists for programming language > proposals, the one for C++ and the one for Python. If you reply to > this email, please make sure you reply to both. You can see the >