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 because pip uses this API
- See https://github.com/python/cpython/actions/runs/3215689824/jobs/5256965254
Output
No response
Code of Conduct
Description
pkgutil.ImpImporterhas been deprecated since Python 3.3. It is slated to be removed in Python 3.12 but untilpipno 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
gh pr checkout 98059test_venvfails becausepipuses this APIOutput
No response
Code of Conduct