This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aahz
Recipients aahz, ronaldoussoren
Date 2010-02-09.18:56:34
SpamBayes Score 0.0004385681
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
On OSX 10.6/Snow Leopard, using platform.mac_ver() in a subprocess
created with fork() but not calling exec() will cause a crash with
USING_FORK_WITHOUT_EXEC_IS_NOT_SUPPORTED_BY_FILE_MANAGER

You may need to be also running in GUI mode.

Ronald Oussouren says that you can get the same info from
/System/Library/CoreServices/SystemVersion.plist
History
Date User Action Args
2010-02-09 18:56:38aahzsetrecipients: + aahz, ronaldoussoren
2010-02-09 18:56:37aahzsetmessageid: <[email protected]>
2010-02-09 18:56:35aahzlinkissue7895 messages
2010-02-09 18:56:35aahzcreate