[Python-Dev] Re: C- Python on Windows

2023-01-18 Thread Steve Dower
On 15Jan2023 0922, Guenther Sohler wrote: Now when i want to get my project compiled in windows, whats the easiest development chain ? Is there something like a python.dll which i can link to my project and having an embedded python interpreter ? Maybe the question is too simple, but i could

[Python-Dev] Exception compatibility with aliens

2023-01-18 Thread Frederick Virchanza Gotham
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 mailing list archives for this month for each list here: C++ :

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

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