[issue12571] Python built on Linux 3.0 doesn't include DLFCN

2011-07-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Should be fixed now. -- nosy: +pitrou resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior versions: +Python 3.3 ___ Python tracker __

[issue12571] Python built on Linux 3.0 doesn't include DLFCN

2011-07-19 Thread Roundup Robot
Roundup Robot added the comment: 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:

[issue12571] Python built on Linux 3.0 doesn't include DLFCN

2011-07-15 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue12571] Python built on Linux 3.0 doesn't include DLFCN

2011-07-15 Thread STINNER Victor
STINNER Victor added the comment: This issue is related to issue #12326. -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list

[issue12571] Python built on Linux 3.0 doesn't include DLFCN

2011-07-15 Thread Dirkjan Ochtman
Changes by Dirkjan Ochtman : -- versions: +Python 2.7, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue12571] Python built on Linux 3.0 doesn't include DLFCN

2011-07-15 Thread Dirkjan Ochtman
New submission from Dirkjan Ochtman : 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. -- messages: 140391 nosy: djc p