FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.11] gh-91181: drop support for bytes on sys.path (GH-31934) by miss-islington · Pull Request #94914 · python/cpython · GitHub

/ cpython Public

[3.11] gh-91181: drop support for bytes on sys.path (GH-31934) - #94914

Merged
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-6da988a-3.11
Jul 17, 2022
Merged

[3.11] gh-91181: drop support for bytes on sys.path (GH-31934)#94914
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-6da988a-3.11

Conversation

miss-islington commented Jul 17, 2022
edited
Loading

Copy link
Copy Markdown
Contributor

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: Eryk Sun eryksun@gmail.com
Co-authored-by: Brett Cannon brett@python.org
(cherry picked from commit 6da988a)

Co-authored-by: Thomas Grainger tagrain@gmail.com

Automerge-Triggered-By: GH:brettcannon

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: Eryk Sun <eryksun@gmail.com>
Co-authored-by: Brett Cannon <brett@python.org>
(cherry picked from commit 6da988a)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>

Copy link
Copy Markdown
Contributor Author

Status check is done, and it's a success ✅ .

Copy link
Copy Markdown
Contributor Author

Status check is done, and it's a success ✅ .

1 similar comment

Copy link
Copy Markdown
Contributor Author

Status check is done, and it's a success ✅ .

Copy link
Copy Markdown
Contributor Author

Status check is done, and it's a success ✅ .

miss-islington merged commit ccbf853 into python:3.11 Jul 17, 2022
miss-islington deleted the backport-6da988a-3.11 branch July 17, 2022 01:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL