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.

Author mmokrejs
Recipients mmokrejs, r.david.murray, skrah
Date 2013-08-30.14:34:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377873244.96.0.699438877851.issue18883@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, but I did not add -DPy_LIMITED_API=1. Python 2.7.5 can be compiled using same configuration. Going back to the build.log file I see:

configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-fpectl --enable-shared --disable-ipv6 --with-threads --infodir=${prefix}/share/info --mandir=${prefix}/share/man --with-computed-gotos --with-dbmliborder=gdbm --with-libc= --enable-loadable-sqlite-extensions --with-system-expat --with-system-ffi --with-pydebug --without-pymalloc --with-valgrind


I specified only "--with-pydebug --without-pymalloc --with-valgrind". So where does the limited API come from? Bug in configure.ac?
History
Date User Action Args
2013-08-30 14:34:05mmokrejssetrecipients: + mmokrejs, r.david.murray, skrah
2013-08-30 14:34:04mmokrejssetmessageid: <1377873244.96.0.699438877851.issue18883@psf.upfronthosting.co.za>
2013-08-30 14:34:04mmokrejslinkissue18883 messages
2013-08-30 14:34:04mmokrejscreate