[issue6937] multiprocessing lock on OS X Snow Leopard dumps core

Ronald Oussoren report at bugs.python.org
Sun Sep 20 15:27:30 CEST 2009


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

To build universal build of Python use "--enable-universalsdk" or "--
enable-universalsdk=/" (the former defaults to the 10.4 SDK, which 
doesn't support a 64-bit build).  You can then use the "--with-
universal-archs" option to select the type of build you want.

Anyway, I can confirm that this does not affect either the trunk or the 
HEAD of release26-maint.

Closing this issue as out of date.


aaditya: you don't have to provide a seperate build for 10.6. Python 
2.6.3 will be released soon and we will ship a Mac installer for that.

As an aside: never replace /System/Library/Framework/Python.framework by 
something else. Apple ships a patched version of Python and replacing 
the system version might break the system or 3th-party applications.

----------
resolution:  -> out of date
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6937>
_______________________________________


More information about the Python-bugs-list mailing list