[issue46028] 3.11.0a3: under tox, sys._base_executable is wrong

Ned Batchelder report at bugs.python.org
Fri Dec 10 06:51:25 EST 2021


Ned Batchelder <ned at nedbatchelder.com> added the comment:

git bisect also identifies that commit as the first bad:


99fcf1505218464c489d419d4500f126b6d6dc28 is the first bad commit
commit 99fcf1505218464c489d419d4500f126b6d6dc28
Author: Steve Dower <steve.dower at 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46028>
_______________________________________


More information about the Python-bugs-list mailing list