This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Greg Price
Recipients Greg Price, brett.cannon
Date 2019-08-27.05:40:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566884404.12.0.409328462421.issue37936@roundup.psfhosted.org>
In-reply-to
Content
> I have a minimal fix which takes care of all the files above. I'll post that shortly, and I may also write up a more thorough fix that tries to make it easy not to fall into the same Git pitfall again.

Both now done.
* GH-15451 is that minimal fix.
* Just now I've posted https://github.com/gnprice/cpython/pull/1 , which is the more thorough fix. It's written on top of the minimal fix, but I could also squash them together as one PR.

Also just posted GH-15542 . This is a small edit, deleting some lines whose author evidently never intended them to get committed to the repo.  I'd noticed those lines before and been mildly puzzled; writing up the thorough fix caused me to look in the history and see how they were added, and resolve the mystery :).  I've kept that as a separate PR just to reduce the number of moving parts in the main one, because the reasoning for it is quite independent.
History
Date User Action Args
2019-08-27 05:40:04Greg Pricesetrecipients: + Greg Price, brett.cannon
2019-08-27 05:40:04Greg Pricesetmessageid: <1566884404.12.0.409328462421.issue37936@roundup.psfhosted.org>
2019-08-27 05:40:04Greg Pricelinkissue37936 messages
2019-08-27 05:40:03Greg Pricecreate