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 cfriedline
Recipients cfriedline, pitrou
Date 2012-08-09.17:14:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344532479.32.0.804821606469.issue15603@psf.upfronthosting.co.za>
In-reply-to
Content
That they don't appear in top.  I was using that as a proxy for existence.  I wrote a test case without R and realized (accidentally) that tracebacks will now flow up to the main process from the worker processes (which makes perfect sense, actually).  I added explicit try/except to __get_valid_triplets.  Will report back.
History
Date User Action Args
2012-08-09 17:14:39cfriedlinesetrecipients: + cfriedline, pitrou
2012-08-09 17:14:39cfriedlinesetmessageid: <1344532479.32.0.804821606469.issue15603@psf.upfronthosting.co.za>
2012-08-09 17:14:38cfriedlinelinkissue15603 messages
2012-08-09 17:14:38cfriedlinecreate