• Ronald Oussoren's avatar
    Merged revisions 76403 via svnmerge from · 5511442f
    Ronald Oussoren yazdı
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r76403 | ronald.oussoren | 2009-11-19 17:25:21 +0100 (Thu, 19 Nov 2009) | 14 lines
    
      Fix for issue #7085
    
      On MacOSX 10.6 the CoreFoundation framework must be initialized on the main
      thread, the constructor function in that framework will cause an SIGABRT when
      it is called on any other thread.
    
      Because a number of extension link (indirectly) to CoreFoundation and the
      Python core itself didn't the interpreter crashed when importing some
      extensions, such as _locale, on a secondary thread.
    
      This fix ensures that Python is linked to CoreFoundation on OSX, which results
      in the CoreFoundation constructor being called when Python is loaded. This
      does not require code changes.
    ........
    5511442f
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...
.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...