[Python-Dev] Re: Updating inspect APIs

2022-04-19 Thread Petr Viktorin
On 17. 04. 22 19:20, Pablo Galindo Salgado wrote: Hi, We are currently debating in gh-88116 (https://github.com/python/cpython/issues/88116 ) what's the best way forward to update the APIs in the inspect module to include the new position inform

[Python-Dev] Re: GSOC

2022-04-19 Thread Jean Abou Samra
Hi, Le 19/04/2022 à 01:56, faresbaso...@gmail.com a écrit : i want to contribute in mailman which is a sub-org under python software Where do you see this? I can't find it under github.com/python. The repository seems to be living here: https://gitlab.com/mailman/mailman Wait, actually, I s

[Python-Dev] Re: [External] : Re: Slowly bend the C API towards the limited API to get a stable ABI for everyone

2022-04-19 Thread Petr Viktorin
On 06. 04. 22 9:23, Tim Felgentreff wrote: Hi, (I briefly commented also on the doc regarding this) I’m probably misinterpreting the exact goals. I read “stable ABI for everyone” and I’m thinking “what needs to happen to stay binary compatible and working for a couple of decades at least”.

[Python-Dev] Re: Slowly bend the C API towards the limited API to get a stable ABI for everyone

2022-04-19 Thread Victor Stinner
6 months ago, I wrote a different document based on HPy Manifesto: "PEP: Taking the Python C API to the Next Level" https://mail.python.org/archives/list/python-dev@python.org/message/RA7Q4JAUEITJBOUAXFEJKRRM2RR3QSZI/ Victor On Mon, Apr 4, 2022 at 5:20 PM Petr Viktorin wrote: > > On 03. 02. 22

[Python-Dev] Re: GSOC

2022-04-19 Thread Brett Cannon
On Tue, Apr 19, 2022 at 7:14 AM Jean Abou Samra wrote: > Hi, > > Le 19/04/2022 à 01:56, faresbaso...@gmail.com a écrit : > > i want to contribute in mailman which is a sub-org under python software > > > Where do you see this? I can't find it under github.com/python. > The repository seems to be

[Python-Dev] Need help on security vulnerability zlib 1.2.11

2022-04-19 Thread Prasad, PCRaghavendra
Hi All, We are facing some issue with the zlib package 1.2.11. Recently there was a vulnerability in zlib and we had to upgrade to 1.2.12 on all supported platforms We did that in all platforms including windows, python39.dll is now showing 1.2.12 but the problem is we use pyinstaller to generat

[Python-Dev] Re: Need help on security vulnerability zlib 1.2.11

2022-04-19 Thread Ronald Oussoren via Python-Dev
> On 19 Apr 2022, at 23:07, Prasad, PCRaghavendra > wrote: > > Hi All, > > We are facing some issue with the zlib package 1.2.11. Recently there was a > vulnerability in zlib and we had to upgrade to 1.2.12 on all supported > platforms > We did that in all platforms including windows, pyth