--- cpython-1b8ba1346e67/Modules/expat/expat_external.h 2014-02-04 13:02:36.000000000 +0000 +++ python-patched/Modules/expat/expat_external.h 2014-02-04 14:33:49.439806087 +0000 @@ -7,6 +7,10 @@ /* External API definitions */ +/* Namespace external symbols to allow multiple libexpat version to +co-exist. */ +#include "pyexpatns.h" + #if defined(_MSC_EXTENSIONS) && !defined(__BEOS__) && !defined(__CYGWIN__) #define XML_USE_MSC_EXTENSIONS 1 #endif