]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't disable building Mac-specific modules for a non-framework build:
authorJust van Rossum <just@letterror.com>
Sun, 24 Nov 2002 23:15:57 +0000 (23:15 +0000)
committerJust van Rossum <just@letterror.com>
Sun, 24 Nov 2002 23:15:57 +0000 (23:15 +0000)
commit05ced6aa761bab7348e95a479b6f791e636ceae7
tree5746d791ca1a4911c8a7f3fd9679769201b09888
parentd5169bad940ebaba4e9d7038b9cd55b7f199832a
Don't disable building Mac-specific modules for a non-framework build:
whether they crash or not is not a matter of using a framework or not,
but whether the code is run from an app bundle or not. And that it
_can_ crash (instead of tracing back) is Apple's bug anyway, not ours.
setup.py