
solipsis at pitrou
Jul 2, 2012, 2:20 PM
Post #1 of 1
(115 views)
Permalink
|
|
Re: cpython: Issue #15210: If _frozen_importlib is not found in sys.modules by
|
|
On Mon, 2 Jul 2012 20:53:15 +0200 (CEST) brett.cannon <python-checkins [at] python> wrote: > http://hg.python.org/cpython/rev/818db871d29a > changeset: 77916:818db871d29a > user: Brett Cannon <brett [at] python> > date: Mon Jul 02 14:53:10 2012 -0400 > summary: > Issue #15210: If _frozen_importlib is not found in sys.modules by > importlib.__init__, then catch the KeyError raised, not ImportError. There's a test failure here: http://buildbot.python.org/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/2774/steps/test/logs/stdio Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev [at] python http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
|