[Python-bugs-list] [Bug #129843] MacOSX case insensitivity bug resurfaces
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 23 Jan 2001 11:38:28 -0800
Bug #129843, was updated on 2001-Jan-23 11:38
Here is a current snapshot of the bug.
Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: MacOSX case insensitivity bug resurfaces
Details: The case insensitivity with HFS+ MacOSX bug has
resurfaced with the 2.1a1 release.
import FCNTL; import fcntl
or
import termios; import TERMIOS
(and maybe others)
will crash due to duplicate symbols as it tries to import
the same shared libraries twice instead ot importing
the .py file for one of them.
This was handled in 2.0 by building those modules as
built-in, not shared. ( I haven't yet figured out the new
setup.py system. Maybe it should be fixed in import. )
-- Steve M. <sdm7g>
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=129843&group_id=5470