Message21273
Line 412 of Modules/_localemodule.c calls PyMac_getscript() which
is within a ``#if defined(__APPLE__)`` block. Trouble is that the
code is in Python/mactoolboxglue.c which is not compiled if --
disable-toolbox-glue is a compile option (which it was on my OS X
10.3.4 box). Probably shouldn't have a compile failure thanks to ld
not finding the symbol; should probably either just not compile the
module, change the #if block, or change the function. |
|
Date |
User |
Action |
Args |
2007-08-23 14:22:51 | admin | link | issue978662 messages |
2007-08-23 14:22:51 | admin | create | |
|