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 gregory.p.smith
Recipients gregory.p.smith
Date 2018-10-18.00:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539822375.56.0.788709270274.issue35011@psf.upfronthosting.co.za>
In-reply-to
Content
These lines used to exist in Modules/expat/expat_external.h:

/* Namespace external symbols to allow multiple libexpat version to
   co-exist. */
#include "pyexpatns.h"

https://github.com/python/cpython/commit/5dc3f23b5fb0b510926012cb3732dae63cddea60#diff-3afaf7274c90ce1b7405f75ad825f545

removed them during an expat upgrade.

This causes link time conflicts when embedding Python using its own expat in an application that also uses libexpat from the C/C++ side on its own.
History
Date User Action Args
2018-10-18 00:26:15gregory.p.smithsetrecipients: + gregory.p.smith
2018-10-18 00:26:15gregory.p.smithsetmessageid: <1539822375.56.0.788709270274.issue35011@psf.upfronthosting.co.za>
2018-10-18 00:26:15gregory.p.smithlinkissue35011 messages
2018-10-18 00:26:14gregory.p.smithcreate