Eric V. Smith

Results 17 comments of Eric V. Smith

I also use new-bugs-announce in my workflow. It's how I know which new issues affect parts of the stdlib that I feel responsible for. I also use it for issues...

If the project is accepting PRs, I'm willing to work on this.

Sorry for not responding earlier. This repo is only for backporting dataclasses to 3.6. For new features, please open an issue on bugs.python.org. I'm going to close this issue, and...

Ah, I didn't notice that. My plan us to just wholesale copy the 3.8 version back here, once I fix a few more problems in the stdlib code.

> I wonder why this patch was never backported in the end? Mostly because I never had the time to verify that it was the identical behavior as in 3.8,...

That's helpful, @hynek. Thanks for the insight.

@holdenweb : If you sign the CLA I can merge this.

Note there's a slightly different error with namedtuples. Note this is with 3.12.0a0: ```python >>> from collections import namedtuple >>> from inspect import getsource >>> >>> defs = {} >>>...

I'm not sure we've ever promised that macros won't evaluate their args more than once. @vstinner ?

I don't think this one character change needs a CLA.