We're excited to announce that the signups for Python Language Summit at
PyCon 2022 are now open.
Full details at: https://us.pycon.org/2022/events/language-summit/
After two years of virtual/online summit, we will be returning to in-person
format. We will be following the health and safety guide
ACTIVITY SUMMARY (2022-03-04 - 2022-03-11)
Python tracker at https://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open7233 ( +9)
closed 51481 (+56)
total 58714 (+65)
Open issues w
It would be great to have the list of supported platforms per Python version!
Maybe supporting new platforms and dropping support for a platform
should be document in What's New in Python x.y. GCC does that for
example. It also *deprecates* support for some platforms. Example:
https://gcc.gnu.org/
responses inline
-eric
On Wed, Mar 9, 2022 at 8:23 AM Petr Viktorin wrote:
> "periodically reset the refcount for immortal objects (only enable this
> if a stable ABI extension is imported?)" -- that sounds quite expensive,
> both at runtime and maintenance-wise.
Are you talking just about "(on
On Fri, Mar 11, 2022 at 6:21 PM Victor Stinner wrote:
> But I don't know how to get this info from the Microsoft
> documentation. I usually dig into Wikipedia articles to check which
> Windows version is still supported or not, but I'm confused between
> "mainstream support" and "extended support"
> Is ``allow_all_extensions`` the best name for the context manager?
Nope. I'm pretty sure that "parallel processing via multiple simultaneous
interpreters" won't be the only reason people ever want to exclude certain
extensions.
It might be easier to express that through package or module nam
That sounds like a horrible idea. The GIL should never be held during an
I/O operation.
On Fri, Mar 11, 2022 at 19:00 Jim J. Jewett wrote:
> > Is ``allow_all_extensions`` the best name for the context manager?
>
> Nope. I'm pretty sure that "parallel processing via multiple simultaneous
> inter