Message8987

Author zyasoft
Recipients acharis, zyasoft
Date 2014-09-10.04:14:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410322446.01.0.264802528899.issue2205@psf.upfronthosting.co.za>
In-reply-to
Content
So this due to a race on the module import lock in org.python.core.imp; currently only importName acquires it, but the posix module uses (implicitly) import_first, via load.

The workaround until this is fixed is to import subprocess before any threading is performed.
History
Date User Action Args
2014-09-10 04:14:06zyasoftsetmessageid: <1410322446.01.0.264802528899.issue2205@psf.upfronthosting.co.za>
2014-09-10 04:14:06zyasoftsetrecipients: + zyasoft, acharis
2014-09-10 04:14:05zyasoftlinkissue2205 messages
2014-09-10 04:14:05zyasoftcreate