On Thu, Sep 2, 2021 at 11:15 PM Guido van Rossum wrote:
> FWIW I've applied for an exception from the two-release deprecation policy
> from the SC:
> https://github.com/python/steering-council/issues/75
On the PyPI top 5000 packages, 136 contain "PyCode" in the source. I
didn't check how many ar
On Fri, Sep 3, 2021 at 5:32 AM Paul Moore wrote:
> On Fri, 3 Sept 2021 at 10:29, Simon Cross
> wrote:
> > I think adding a meta path importer that reads from a standard
> > optimized format could be a great addition.
>
> I think the biggest open question would be "what benefits does this
> have
On Thu, Sep 2, 2021 at 10:46 PM Gregory Szorc wrote:
> Over in https://bugs.python.org/issue45020 there is some exciting work around
> expanding the use of the frozen importer to speed up Python interpreter
> startup. I wholeheartedly support the effort and don't want to discourage
> progress i
ACTIVITY SUMMARY (2021-08-27 - 2021-09-03)
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:
open7409 ( -4)
closed 49419 (+67)
total 56828 (+63)
Open issues w
>
> As part of PEP 588, migrating bugs.python.org issues to Github, there
> are two current mailing list related items that need a replacement or
> need to be turned down.
>
> 1. Weekly summary emails with bug counts and issues from the week,
> example:
> https://mail.python.org/archives/list/pytho
On Mon, Aug 23, 2021 at 4:16 PM Ammar Askar wrote:
> As part of PEP 588, migrating bugs.python.org issues to Github,
Thanks for working on this!
> 1. Weekly summary emails with bug counts and issues from the week,
> 2. Emails sent to the new-bugs-announce and python-bugs-list for new
I rely on
On Fri, 3 Sept 2021 at 10:29, Simon Cross wrote:
>
> Hi Gregory,
>
> I think adding a meta path importer that reads from a standard
> optimized format could be a great addition.
I think the biggest open question would be "what benefits does this
have over the existing zipimport?" Maybe it could b
Hi Gregory,
I think adding a meta path importer that reads from a standard
optimized format could be a great addition.
As you mentioned in your email, this is a big detour from the current
start-up performance work, so I think practically the people working
on performance are unlikely to take a d
I think the C implementation of PyAiter_Check was a translation of the Python
code `isinstance(..., collections.abc.AsyncIterator)`, but I agree that it
would be more consistent to just check for __anext__. There were comments at
the time here: https://github.com/python/cpython/pull/8895#discuss
My quick reaction was somewhat different - it would be a great idea, but
it’s entirely possible to implement this outside the stdlib as a 3rd party
module. So the fact that no-one has yet done so means there’s less general
interest than the OP is suggesting.
And from my experience, the reason for
10 matches
Mail list logo