bpo-30947: Update libexpat from 2.2.1 to 2.2.3#3106
Conversation
|
The CI checks failed because of patchcheck: see https://bugs.python.org/issue31221 |
Sorry, something went wrong.
gpshead
left a comment
There was a problem hiding this comment.
seems sane. i'm not reviewing the changed to expat itself, just that it appears to be a rational update. you might also consider checking in your cpython_rebuild_expat_dir.sh script that you've attached to the bpo issue.
Sorry, something went wrong.
|
@gpshead: "you might also consider checking in your cpython_rebuild_expat_dir.sh script that you've attached to the bpo issue." My script is crappy: the version is hardcoded and uses the libexpat tag format, it requires a libexpat repository with an hardcoded path on my disk, etc. :-) I'm not interested to include it right now. |
Sorry, something went wrong.
|
Oh, compilation fails on Travis CI at: |
Sorry, something went wrong.
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 * Add NEWS entry * Add new loadlibrary.c * expat_external.h: restore include "pyexpatns.h" * PCbuild: add expat/loadlibrary.c * Define XML_POOR_ENTROPY to compile expat Python 2.7 backport: add expat/loadlibrary.c to PC/VS9.0/ project files (_elementtree and pyexpat). (cherry picked from commit 93d0cb5)
https://bugs.python.org/issue30947