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 rnk
Recipients rnk, ronaldoussoren
Date 2009-08-29.05:13:32
SpamBayes Score 3.3195854e-05
Marked as misclassified No
Message-id <1251522814.24.0.573402765358.issue6800@psf.upfronthosting.co.za>
In-reply-to
Content
Supposedly this bug also affects FreeBSD, but I can't verify it.  I'd
say the problem isn't going away, at least not for that platform, but I
don't feel like it's worth bending over backwards to deal with it either.

As far as it concerns unladen swallow, we'll bring down our background
thread by another means.  Unfortunately, there's no way to join
pythreads, so I have to add a hack that just retries the execv call if
errno == EOPNOTSUPP with an eventual timeout.
History
Date User Action Args
2009-08-29 05:13:34rnksetrecipients: + rnk, ronaldoussoren
2009-08-29 05:13:34rnksetmessageid: <1251522814.24.0.573402765358.issue6800@psf.upfronthosting.co.za>
2009-08-29 05:13:32rnklinkissue6800 messages
2009-08-29 05:13:32rnkcreate