]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 30 Sep 2008 20:41:13 +0000 (20:41 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 30 Sep 2008 20:41:13 +0000 (20:41 +0000)
commit0806749e631ab4e24f78df347a9d932bbc3cb6c7
treec8cab45d2960f3bd4beef7c713c7dc0cc8f4d1c3
parentf40200b21475998b262e2aa0ec5b909ddde34be2
Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
calling fork() from a child thread.  This disables that unit test (with a note
printed to stderr) on those platforms.

A caveat about buggy platforms is added to the os.fork documentation.
Doc/library/os.rst
Lib/test/test_threading.py
Misc/NEWS