Message408195
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. |
|
Date |
User |
Action |
Args |
2021-12-10 11:51:25 | nedbat | set | recipients:
+ nedbat, christian.heimes, steve.dower, pablogsal |
2021-12-10 11:51:25 | nedbat | set | messageid: <1639137085.69.0.0691354628939.issue46028@roundup.psfhosted.org> |
2021-12-10 11:51:25 | nedbat | link | issue46028 messages |
2021-12-10 11:51:25 | nedbat | create | |
|