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 ned.deily
Recipients ned.deily, ronaldoussoren, w31rd0, zzzeek
Date 2010-07-28.23:27:39
SpamBayes Score 0.061961737
Marked as misclassified No
Message-id <1280359661.74.0.944376908452.issue9405@psf.upfronthosting.co.za>
In-reply-to
Content
There have been similar problems reported in the past when subprocesses cause OS X CoreFoundation interfaces to be first called from the subprocess and not the main process.  A quick workaround is to make a call from the main process.  In this case, adding a call to urllib.getproxies() before calling Process appears to fix the problem for me.
History
Date User Action Args
2010-07-28 23:27:41ned.deilysetrecipients: + ned.deily, ronaldoussoren, zzzeek, w31rd0
2010-07-28 23:27:41ned.deilysetmessageid: <1280359661.74.0.944376908452.issue9405@psf.upfronthosting.co.za>
2010-07-28 23:27:39ned.deilylinkissue9405 messages
2010-07-28 23:27:39ned.deilycreate