Issue 12571: Python built on Linux 3.0 doesn't include DLFCN (original) (raw)

Issue12571

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:19 admin set github: 56780
2011-07-19 22:30:21 pitrou set status: open -> closedtype: behaviorversions: + Python 3.3nosy: + pitroumessages: + resolution: fixedstage: resolved
2011-07-19 22:29:45 python-dev set nosy: + python-devmessages: +
2011-07-15 15:36:29 Arfrever set nosy: + Arfrever
2011-07-15 08:32:05 vstinner set nosy: + vstinnermessages: +
2011-07-15 07:36:15 djc set versions: + Python 2.7, Python 3.2
2011-07-15 07:36:09 djc create