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 benjamin.peterson
Recipients benjamin.peterson, gvanrossum, pjenvey, vinay.sajip
Date 2009-10-14.01:58:56
SpamBayes Score 3.5291396e-05
Marked as misclassified No
Message-id <1255485537.97.0.616988814891.issue7120@psf.upfronthosting.co.za>
In-reply-to
Content
While I am not able to reproduce this by running 1.2.6 on Gentoo Linux
with Rietveld, I will make an educated guess that it is the "from
multiprocessing import current_process" line in r75130. I doubt this
module is available on app engine, so it tries to use logging.warn,
which tries to import multiprocessing...
History
Date User Action Args
2009-10-14 01:58:58benjamin.petersonsetrecipients: + benjamin.peterson, gvanrossum, vinay.sajip, pjenvey
2009-10-14 01:58:57benjamin.petersonsetmessageid: <1255485537.97.0.616988814891.issue7120@psf.upfronthosting.co.za>
2009-10-14 01:58:56benjamin.petersonlinkissue7120 messages
2009-10-14 01:58:56benjamin.petersoncreate