SIGN IN SIGN UP

gh-146310: Fix ensurepip to treat empty WHEEL_PKG_DIR as unset (#146357)

Path('') resolves to CWD, so an empty WHEEL_PKG_DIR string caused
ensurepip to search the current working directory for wheel files.
Add a truthiness check to treat empty strings the same as None.

Co-authored-by: Victor Stinner <vstinner@python.org>
I
Imgyu Kim committed
73cc1fd4f45b4daf2b2f9a6be69148775c7c2bff
Parent: 1384f02
Committed by GitHub <noreply@github.com> on 3/27/2026, 8:48:07 PM