]> granicus.if.org Git - python/commit
Merged revisions 78527,78550 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 06:18:41 +0000 (06:18 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 1 Mar 2010 06:18:41 +0000 (06:18 +0000)
commit24cec9fe07a1f7e408a0ff846c6491e0cf8295c4
tree771ec4efea43ffc13b6dfb71229ec50148a70f8b
parentc78d79ce30b8303a428f075770c8fcf44cd48a53
Merged revisions 78527,78550 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78527 | gregory.p.smith | 2010-02-28 17:22:39 -0800 (Sun, 28 Feb 2010) | 4 lines

  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.
........
  r78550 | gregory.p.smith | 2010-02-28 22:01:02 -0800 (Sun, 28 Feb 2010) | 2 lines

  Fix test to be skipped on windows.
........
Lib/test/test_thread.py
Misc/NEWS
Modules/posixmodule.c
Python/import.c