Guido van Rossum

Results 724 comments of Guido van Rossum

I assume you meant svn.python.org? hg.python.org is still alive.

Hm, it looks like it might be difficult to recover those references. E.g. I looked for the commit that added weakref support to copy.py, which was r72662 according to https://bugs.python.org/issue2116#msg87822...

> The transfer tool thought that your GH-32112 was a reference to [bpo-32112](https://bugs.python.org/issue?@action=redirect&bpo=32112) (rather than referring to a GitHub PR) How could that happen? That seems terrible. :-(

I worry that spamming this many users (presumably many of whom couldn't care less about bpo, even if in the past they reported or contributed to an issue) would seriously...

I get this too with 3.11 built from main, today. It seems psutil is not compatible with the latest main branch. Though it looks like psutil still builds with 3.11a6,...

Hm... I guess this is because I stopped using the script as its own test. My test process (last I looked at this code) was to run build.py, which takes...

Yeah, it looks like any lookup from the class scope of a name that's not defined in that class scope now immediately returns `globals` rather than `None`, whereas looking up...

Thanks, that sounds like a plan.

I use the git command line. Maybe you can study git without my help? It's really not my strength teaching people how to use git.

And on the question about whether we *considered* tying `__match_args__` to constrain the legal keywords, I think we thought about it and explicitly chose *not* to link the two --...