Issue 20789: [3.4] cherrypick 5dec1604322c: old sys.path_hooks importer does not work with Python 3.4.0rc1 (original) (raw)
Issue20789
This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/64988
classification
Title: | [3.4] cherrypick 5dec1604322c: old sys.path_hooks importer does not work with Python 3.4.0rc1 | ||
---|---|---|---|
Type: | Stage: | ||
Components: | Interpreter Core | Versions: | Python 3.4 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | 20763 | Superseder: | |
Assigned To: | larry | Nosy List: | brett.cannon, larry, vstinner |
Priority: | release blocker | Keywords: |
Created on 2014-02-26 23:28 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg212326 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2014-02-26 23:28 |
changeset 89406:5dec1604322c tip Issue #20763: Fix importlib.machinery.PathFinder to support PathEntryFinder instances which only define find_module(). Reported by Yukihiro Nakadaira. [#20763] author Brett Cannon <brett@python.org> date Wed, 26 Feb 2014 18:26:49 -0500 (19 seconds ago) parents 1a38fa1f701d children files Lib/importlib/_bootstrap.py Lib/test/test_importlib/import_/test_path.py Python/importlib.h diffstat 3 files changed, 26 insertions(+), 2 deletions(-) [+] Left out Misc/NEWS to prevent bad merging into 3.4.0final. | ||
msg212701 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2014-03-04 10:25 |
It's a regression compared to 3.3, so it looks important to fix it in Python 3.4(.0). | ||
msg212830 - (view) | Author: Larry Hastings (larry) * ![]() |
Date: 2014-03-06 17:41 |
ok. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:59 | admin | set | github: 64988 |
2014-03-06 17:41:15 | larry | set | status: open -> closedresolution: fixedmessages: + |
2014-03-04 10:25:16 | vstinner | set | nosy: + vstinnermessages: + |
2014-03-04 10:24:27 | vstinner | set | title: [3.4] cherrypick 5dec1604322c -> [3.4] cherrypick 5dec1604322c: old sys.path_hooks importer does not work with Python 3.4.0rc1 |
2014-02-26 23:28:44 | brett.cannon | set | dependencies: + old sys.path_hooks importer does not work with Python 3.4.0rc1 |
2014-02-26 23:28:40 | brett.cannon | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements