Python on amd64 is missing module "dl"

Bug #30891 reported by Pavel Pergamenshchik
6
Affects Status Importance Assigned to Milestone
python2.4 (Ubuntu)
Invalid
Medium
Matthias Klose

Bug Description

On my up-to-date amd64 dapper installation, both python2.3 and python2.4 package have no dl module. i386 has it. Was there a good reason to omit it?

Revision history for this message
Matthias Klose (doko) wrote :

not 64bit safe? setup.py reads:

# Dynamic loading module
        if sys.maxint == 0x7fffffff:
        [configure dl module]

Changed in python2.4:
assignee: nobody → doko
status: Unconfirmed → Confirmed
Revision history for this message
Matthias Klose (doko) wrote :

Rejecting the report. addtional infos from the docs:

"using this module is usually a bad alternative."

\warning{The \module{dl} module bypasses the Python type system and
error handling. If used incorrectly it may cause segmentation faults,
crashes or other incorrect behaviour.}

\note{This module will not work unless
\code{sizeof(int) == sizeof(long) == sizeof(char *)}
If this is not the case, \exception{SystemError} will be raised on
import.}

Changed in python2.4:
status: Confirmed → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.