[issue14583] try/except import fails --without-threads

Stefan Krah report at bugs.python.org
Mon Apr 16 08:41:37 CEST 2012


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

The SystemError has changed to a KeyError:


http://www.python.org/dev/buildbot/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/2004/steps/test/logs/stdio


At least that makes it easy to spot the location in import.c. The
shortest way to reproduce the error is to compile --without-threads,
then:

import multiprocessing
import multiprocessing.process

----------
priority: normal -> high

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14583>
_______________________________________


More information about the Python-bugs-list mailing list