• Gregory P. Smith's avatar
    Merged revisions 87710 via svnmerge from · 2b79a814
    Gregory P. Smith yazdı
    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r87710 | gregory.p.smith | 2011-01-03 13:06:12 -0800 (Mon, 03 Jan 2011) | 4 lines
    
      issue6643 - Two locks held within the threading module on each thread instance
      needed to be reinitialized after fork().  Adds tests to confirm that they are
      and that a potential deadlock and crasher bug are fixed (platform dependant).
    ........
    
    This required a bit more fiddling for 2.x as __block and __started are __
    private as well as the __started Event's __cond.  A new "private"
    _reset_internal_locks() method is added to Thread and _Event objects to
    address this.
    2b79a814
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...