[Python-Dev] Re: Python Language Summit at PyCon 2022 in Salt Lake City

2022-03-24 Thread Mariatta
Last call! Please sign up for the language summit before this Saturday. We received a number of topic proposals in the last few days, and we still have room for more, so don't delay. Full details at: https://us.pycon.org/2022/events/language-summit/ When: Wednesday, April 27, 2022 Where: in per

[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API

2022-03-24 Thread Fabio Zadrozny
Em qui., 24 de mar. de 2022 às 15:39, Fabio Zadrozny escreveu: > PEP 523 API added more private functions for code objects: >> >> * _PyEval_RequestCodeExtraIndex() >> * _PyCode_GetExtra() >> * _PyCode_SetExtra() >> >> The _PyEval_RequestCodeExtraIndex() function seems to be used by the >> pydevd

[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API

2022-03-24 Thread Fabio Zadrozny
> > PEP 523 API added more private functions for code objects: > > * _PyEval_RequestCodeExtraIndex() > * _PyCode_GetExtra() > * _PyCode_SetExtra() > > The _PyEval_RequestCodeExtraIndex() function seems to be used by the > pydevd debugger. The two others seem to be unused in the wild. I'm not > sure

[Python-Dev] Re: [RELEASE] Python 3.10.4 and 3.9.12 are now available out of schedule

2022-03-24 Thread Pablo Galindo Salgado
The docs will be updated later today, but the sources are already here: https://docs.python.org/release/3.10.4/whatsnew/changelog.html#python-3-10-4-final On Thu, 24 Mar 2022 at 13:44, Damian Shaw wrote: > I guess the docs aren't updated yet and the changes are listed as "Python > Next": https:

[Python-Dev] Re: [RELEASE] Python 3.10.4 and 3.9.12 are now available out of schedule

2022-03-24 Thread Damian Shaw
I guess the docs aren't updated yet and the changes are listed as "Python Next": https://docs.python.org/3.10/whatsnew/changelog.html#changelog ? Damian(he/him) On Thu, Mar 24, 2022 at 8:13 AM Łukasz Langa wrote: > Did anybody say cursed releases >

[Python-Dev] [RELEASE] Python 3.10.4 and 3.9.12 are now available out of schedule

2022-03-24 Thread Łukasz Langa
Did anybody say cursed releases ? Well, it turns out that 3.10.3 and 3.9.11 both shipped a regression which caused those versions not to build on Red Hat Enterprise Linux 6. While t