Gregory P. Smith

Results 67 comments of Gregory P. Smith

You may also be interested in https://github.com/google/yapf/blob/main/yapf/third_party/yapf_diff/yapf_diff.py as a reference or even its own tool, it is a stand alone little script to take a diff as input and use...

Agreed. There is no LICENSE. Nobody can actually use this code without it.

Daemon threads (which pthreads calls detached threads) also seem to be a feature put into posix "because it would be nice" that didn't think through the full implications... Why Python...

> Most likely we'll have to go through a deprecation cycle to remove the noncompliant behavior. I don't think so. This is clearly a bug, not a feature someone should...

That's a false promise. GPG does **not** verify identity or email addresses. It merely verifies access to a private key. Logging into GitHub effectively does the same thing. For a...

Please file an issue in this github repo related to this. adjust the PR title to refer to the gh-#####: issue number. PRs are already public. There is no reason...

Yes, good writeup. I'm fine with a revert of PR #32007's [a25a985535ccbb7df8caddc0017550ff4eae5855](https://github.com/python/cpython/commit/a25a985535ccbb7df8caddc0017550ff4eae5855). _(I think you mispasted something else that isn't a commit id in your message pablogsal)_ It seems more...

Oh I see, you were linking just to the particular one line of the change. :) If undoing just line itself is the fix, great. It sounds like we don't...

> Do we think the fix should be backported, since it's marked as a bug? It would be great to get this in 3.9 so I can remove a workaround...