Re: get_used_memory

Chris Angelico via Python-list <[email protected]> Mon, 22 Jun 2026 22:42:03 +1000
Newsgroups gmane.comp.python.general
Message-ID <CAPTjJmq4rtgd=XSfO91K2X+-F+Xzx4KF-6eWbRTr31EQ4YQXbw@mail.gmail.com>
On Mon, 22 Jun 2026 at 21:45, Antoon Pardon <[email protected]> wrote:
> Sure, you replace the rule:
>
>     name ':=' expression
>
> with:
>
>     target ':=' expression
>
> So why shouldn't that work?

I said *try it*. Don't tell me about it, try it.

Actually build Python from source with that change, and then see what
breaks. (Obviously you'll have to find that in the actual grammar,
which doesn't look like that any more.)

ChrisA