This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python built on Linux 3.0 doesn't include DLFCN
Type: behavior Stage: resolved
Components: Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Arfrever, djc, pitrou, python-dev, vstinner
Priority: normal Keywords:

Created on 2011-07-15 07:36 by djc, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg140391 - (view) Author: Dirkjan Ochtman (djc) * (Python committer) Date: 2011-07-15 07:36
This seems similar to issue 12326, but it doesn't seem similar enough to include it there: the DLFCN module seems to not be built when running against a 3.0 kernel. See https://bugs.gentoo.org/show_bug.cgi?id=374579.
msg140396 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2011-07-15 08:32
This issue is related to issue #12326.
msg140700 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-07-19 22:29
New changeset 69dd70e70cc8 by Antoine Pitrou in branch '2.7':
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
http://hg.python.org/cpython/rev/69dd70e70cc8

New changeset 9e3b28a7898f by Antoine Pitrou in branch '3.2':
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
http://hg.python.org/cpython/rev/9e3b28a7898f

New changeset 0c52098a13c6 by Antoine Pitrou in branch 'default':
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
http://hg.python.org/cpython/rev/0c52098a13c6
msg140701 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-07-19 22:30
Should be fixed now.
History
Date User Action Args
2022-04-11 14:57:19adminsetgithub: 56780
2011-07-19 22:30:21pitrousetstatus: open -> closed

type: behavior
versions: + Python 3.3
nosy: + pitrou

messages: + msg140701
resolution: fixed
stage: resolved
2011-07-19 22:29:45python-devsetnosy: + python-dev
messages: + msg140700
2011-07-15 15:36:29Arfreversetnosy: + Arfrever
2011-07-15 08:32:05vstinnersetnosy: + vstinner
messages: + msg140396
2011-07-15 07:36:15djcsetversions: + Python 2.7, Python 3.2
2011-07-15 07:36:09djccreate