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, saaketp, steve.dower, vinay.sajip
Date 2021-12-13.22:50:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639435855.12.0.849964620223.issue46028@roundup.psfhosted.org>
In-reply-to
Content
This started because a set of tests in the coverage.py test suite fail with 3.11.0a3.  They attempt to create a venv in the test, and the test is already running inside a virtualenv.  The venv creation fails, with a reference to a non-existent file.

I wrote the bug about sys._base_executable because that seemed to be the central difference that was causing the problem.  I was not relying on sys._base_executable, venv was.

I will find steps to reproduce that don't reference sys._base_executable if you need them.
History
Date User Action Args
2021-12-13 22:50:55nedbatsetrecipients: + nedbat, vinay.sajip, christian.heimes, steve.dower, pablogsal, saaketp
2021-12-13 22:50:55nedbatsetmessageid: <1639435855.12.0.849964620223.issue46028@roundup.psfhosted.org>
2021-12-13 22:50:55nedbatlinkissue46028 messages
2021-12-13 22:50:55nedbatcreate