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 Peter.Kruse
Recipients Lukas.Vacek, Peter.Kruse, athompson, christian.heimes, fdrake, gregory.p.smith, python-dev
Date 2014-03-19.09:39:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395221941.16.0.615249617391.issue19186@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

it seems that the solution to this issue causes the failure to 
compile the pyexpat extension in my case.  If I do not include
pyexpatns.h in expat_external.h then the compile succeeeds.
I will attach the output for both cases.  There was no problem
with 3.4.0b3.

My environment:

Python 3.4.0
Red Hat Linux 6.4
GCC 4.8.2

it makes no difference if I use --with-system-expat or without.
History
Date User Action Args
2014-03-19 09:39:01Peter.Krusesetrecipients: + Peter.Kruse, fdrake, gregory.p.smith, christian.heimes, python-dev, athompson, Lukas.Vacek
2014-03-19 09:39:01Peter.Krusesetmessageid: <1395221941.16.0.615249617391.issue19186@psf.upfronthosting.co.za>
2014-03-19 09:39:01Peter.Kruselinkissue19186 messages
2014-03-19 09:39:00Peter.Krusecreate