Closed
Description
Description
pkgutil.ImpImporter
has been deprecated since Python 3.3. It is slated to be removed in Python 3.12 but until pip
no longer uses it, we probably can't remove this long deprecated class.
Expected behavior
No response
pip version
22.2.2
Python version
3.12
OS
macOS
How to Reproduce
- Grab the CPython branch:
gh pr checkout 98059
- configure && make test
test_venv
fails becausepip
uses this API- See https://github.com/python/cpython/actions/runs/3215689824/jobs/5256965254
Output
No response
Code of Conduct
- I agree to follow the PSF Code of Conduct.