diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-08-26 01:44:07 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-08-26 01:44:07 +0000 |
commit | 7543cfb5ba2a765bfb18f0edf010ff78ad4b6464 (patch) | |
tree | aaba9136d09dd0c9afeaeb31f3823cf30b901e44 /Misc | |
parent | c4841561b3d7f45c23aceef41470da5315bb055e (diff) | |
download | cpython-7543cfb5ba2a765bfb18f0edf010ff78ad4b6464.tar.gz |
When building with --disable-toolbox-glue under Darwin, skip building any
Mac-specific modules. Before all modules were compiled but would fail thanks
to a dependence on the code included when Python was built without the compiler
flag.
Closes bug #991962.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -139,6 +139,9 @@ Tools/Demos Build ----- +- bug #991962: When building with --disable-toolbox-glue on Darwin no + attempt to build Mac-specific modules occurs. + - The --with-tsc flag to configure to enable VM profiling with the processor's timestamp counter now works on PPC platforms. |