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 nedbat
Recipients christian.heimes, nedbat, pablogsal, steve.dower
Date 2021-12-10.11:51:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639137085.69.0.0691354628939.issue46028@roundup.psfhosted.org>
In-reply-to
Content
git bisect also identifies that commit as the first bad:


99fcf1505218464c489d419d4500f126b6d6dc28 is the first bad commit
commit 99fcf1505218464c489d419d4500f126b6d6dc28
Author: Steve Dower <steve.dower@python.org>
Date:   Fri Dec 3 00:08:42 2021 +0000

    bpo-45582: Port getpath[p].c to Python (GH-29041)

    The getpath.py file is frozen at build time and executed as code over a namespace. It is never imported, nor is it meant to be importable or reusable. However, it should be easier to read, modify, and patch than the previous code.

    This commit attempts to preserve every previously tested quirk, but these may be changed in the future to better align platforms.
History
Date User Action Args
2021-12-10 11:51:25nedbatsetrecipients: + nedbat, christian.heimes, steve.dower, pablogsal
2021-12-10 11:51:25nedbatsetmessageid: <1639137085.69.0.0691354628939.issue46028@roundup.psfhosted.org>
2021-12-10 11:51:25nedbatlinkissue46028 messages
2021-12-10 11:51:25nedbatcreate