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.

classification
Title: test_importhooks fails on 3.4
Type: behavior Stage: resolved
Components: Library (Lib), Tests Versions: Python 3.4
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, terry.reedy
Priority: critical Keywords:

Created on 2014-02-11 11:42 by terry.reedy, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg210924 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-02-11 11:42
installed 3.4.0c1:

C:\Programs\Python34.32>python -m test test_importhooks
[1/1] test_importhooks
test test_importhooks failed -- Traceback (most recent call last):
  File "C:\Programs\Python34.32\lib\test\test_importhooks.py", line 241, in testImpWrapper
    m = __import__(mname, globals(), locals(), ["__dummy__"])
ImportError: spec missing loader

3.3.4 is ok.
msg210955 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2014-02-11 16:02
test_importhooks no longer exists. I think your install is broken, Terry.
msg210958 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-02-11 16:06
By some glitch, it was present (see msg210956), but after a completely clean install, it is not.
History
Date User Action Args
2022-04-11 14:57:58adminsetgithub: 64792
2014-02-11 16:06:04terry.reedysetmessages: + msg210958
stage: needs patch -> resolved
2014-02-11 16:02:38brett.cannonsetstatus: open -> closed
resolution: not a bug
messages: + msg210955
2014-02-11 15:02:16pitrousetpriority: normal -> critical
2014-02-11 11:43:01terry.reedysetnosy: + brett.cannon
2014-02-11 11:42:33terry.reedycreate