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.
S
Steve Dower committed
99fcf1505218464c489d419d4500f126b6d6dc28
Parent: 9f2f7e4
Committed by GitHub <[email protected]>
on 12/3/2021, 12:08:42 AM