Thanks for the recipe to fix my problem.

Your main branch in GitHub has some commits they are not in python/cpython.
https://github.com/smontanaro/cpython/commits/main

Is there a way to easily tell how they differ? My (obvious to me, but wrong) guess was

git diff upstream/main origin/main

Then I went to Github and compared my fork with python/cpython:


It appears I might have screwed the pooch by accepting Github's recent pull request. I'm just a gitiot. How am I supposed to know not to accept their PRs?

Skip