commit | 9e5d1327f8a6f3a266b76118e0c660c7bcb12ce9 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Mar 01 01:22:39 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Mar 01 01:22:39 2010 +0000 |
tree | 32ff378ec728b89d72cad1f2669c66446b03b515 | |
parent | cce211f88c3d23bbd37f5769e3addd9b6b9fa96e [diff] |
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.