Bug#738726: libpython2.7-dev:amd64: pyconfig.h #defines macros in global namespace

2014-02-25 Thread Felipe Sateler
Control: -1 forwarded http://bugs.python.org/issue20768 On Tue, Feb 25, 2014 at 7:02 AM, Matthias Klose wrote: > Am 12.02.2014 14:27, schrieb Felipe Sateler: >> Package: libpython2.7-dev >> Version: 2.7.6-5 >> Severity: important >> >> pyconfig.h has definitions like the following: >> >> #def

Bug#738726: libpython2.7-dev:amd64: pyconfig.h #defines macros in global namespace

2014-02-25 Thread Matthias Klose
Control: tags -1 help upstream Control: severity -1 normal Am 12.02.2014 14:27, schrieb Felipe Sateler: > Package: libpython2.7-dev > Version: 2.7.6-5 > Severity: important > > pyconfig.h has definitions like the following: > > #define HAVE_DIRENT_H 1 > #define HAVE_DLFCN_H 1 > > These

Bug#738726: libpython2.7-dev:amd64: pyconfig.h #defines macros in global namespace

2014-02-12 Thread Felipe Sateler
Package: libpython2.7-dev Version: 2.7.6-5 Severity: important pyconfig.h has definitions like the following: #define HAVE_DIRENT_H 1 #define HAVE_DLFCN_H 1 These are the general form feature test macros take in practically any software project. This means that when building a python mod