Merge 3.3.

This commit is contained in:
Stefan Krah 2013-01-17 23:36:08 +01:00
commit bfc02452a3

View file

@ -451,7 +451,8 @@ class ThreadJoinOnShutdown(BaseTestCase):
# #12316 and #11870), and fork() from a worker thread is known to trigger
# problems with some operating systems (issue #3863): skip problematic tests
# on platforms known to behave badly.
platforms_to_skip = ('freebsd4', 'freebsd5', 'freebsd6', 'netbsd5')
platforms_to_skip = ('freebsd4', 'freebsd5', 'freebsd6', 'netbsd5',
'hp-ux11')
def _run_and_join(self, script):
script = """if 1: