]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #7242: On Solaris 9 and earlier calling os.fork() from within a
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 01:22:39 +0000 (01:22 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 01:22:39 +0000 (01:22 +0000)
commit9e5d1327f8a6f3a266b76118e0c660c7bcb12ce9
tree32ff378ec728b89d72cad1f2669c66446b03b515
parentcce211f88c3d23bbd37f5769e3addd9b6b9fa96e
Issue #7242: On Solaris 9 and earlier calling os.fork() from within a
thread could raise an incorrect RuntimeError about not holding the import
lock.  The import lock is now reinitialized after fork.
Lib/test/test_thread.py
Misc/NEWS
Modules/posixmodule.c
Python/import.c