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.

Author skrah
Recipients brett.cannon, eric.snow, skrah
Date 2012-04-16.06:41:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334558497.61.0.401265919978.issue14583@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-04-16 06:41:37skrahsetrecipients: + skrah, brett.cannon, eric.snow
2012-04-16 06:41:37skrahsetmessageid: <1334558497.61.0.401265919978.issue14583@psf.upfronthosting.co.za>
2012-04-16 06:41:37skrahlinkissue14583 messages
2012-04-16 06:41:37skrahcreate