]> granicus.if.org Git - python/commit
Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 25 Jul 2006 19:20:54 +0000 (19:20 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 25 Jul 2006 19:20:54 +0000 (19:20 +0000)
commitbfbfe1f8b9b0cebd12570784bdbd2ae5c8d2876d
treecdd076ad93b56c25aea0850e5d2e614a7aa0bbc0
parent518b95c376cd1ab71297a5e0da619a743bd5dd31
Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not
without causing problems for anyone that is on a case-insensitive filesystem).

Setup.py tries to compile the MacOS extension from MacOSmodule.c, while the
actual file is named macosmodule.c. This is no problem on the (default)
case-insensitive filesystem, but doesn't work on case-sensitive filesystems.
Mac/Modules/MacOS.c [moved from Mac/Modules/macosmodule.c with 100% similarity]