Skip to content
Snippets Groups Projects
Unverified Commit 6da988a4 authored by Thomas Grainger's avatar Thomas Grainger Committed by GitHub
Browse files

gh-91181: drop support for bytes on sys.path (GH-31934)


Support for bytes broke sometime between Python 3.2 and 3.6 and has been broken ever since. Trying to bring back supports is surprisingly difficult in the face of -b and checking for keys in sys.path_importer_cache. Since the support was broken for so long, trying to overcome the difficulty of bringing back the support has been deemed not worth it.

Co-authored-by: default avatarEryk Sun <eryksun@gmail.com>
Co-authored-by: default avatarBrett Cannon <brett@python.org>
parent 2e9da8e3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment