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 aimacintyre
Recipients aimacintyre, gregory.p.smith, jnoller, pitrou
Date 2008-09-15.10:44:09
SpamBayes Score 0.00042572303
Marked as misclassified No
Message-id <1221475454.46.0.566639517097.issue3863@psf.upfronthosting.co.za>
In-reply-to
Content
I've briefly got a FreeBSD 7.0 amd64 setup available, and test_threading
passes in this environment.

Short term fix I'd suggest is to only disable this part of the test for
FreeBSD 6.x and earlier (ie platforms freebsd4, freebsd5, freebsd6).

I also checked my OS/2 EMX build and wasn't surprised to see it fail on
the same part of test_threading - fork() on OS/2 EMX is fragile enough
without threads in the mix.

If a disabler is added for FreeBSD as above, 'os2emx' should be in the
same list.
History
Date User Action Args
2008-09-15 10:44:14aimacintyresetrecipients: + aimacintyre, gregory.p.smith, pitrou, jnoller
2008-09-15 10:44:14aimacintyresetmessageid: <1221475454.46.0.566639517097.issue3863@psf.upfronthosting.co.za>
2008-09-15 10:44:10aimacintyrelinkissue3863 messages
2008-09-15 10:44:10aimacintyrecreate