Skip to content
Snippets Groups Projects
Unverified Commit ccbf8538 authored by Miss Islington (bot)'s avatar Miss Islington (bot) 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>
(cherry picked from commit 6da988a4)

Co-authored-by: default avatarThomas Grainger <tagrain@gmail.com>
parent e121cb58
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment