Staging
v0.5.1
https://github.com/python/cpython
Revision c21d0cb6cf1c32158a37772545fb71e730ab1323 authored by Gregory P. Smith on 01 March 2010, 04:40:36 UTC, committed by Gregory P. Smith on 01 March 2010, 04:40:36 UTC
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.
........
  r78531 | gregory.p.smith | 2010-02-28 18:31:33 -0800 (Sun, 28 Feb 2010) | 2 lines

  Fix for r78527.  It left out updating forkpty.
........
1 parent 56f1682
History
Tip revision: c21d0cb6cf1c32158a37772545fb71e730ab1323 authored by Gregory P. Smith on 01 March 2010, 04:40:36 UTC
Merged revisions 78527,78531 via svnmerge from
Tip revision: c21d0cb
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 14.2 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 18.1 KB
sleep.c -rw-r--r-- 866 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top