]> granicus.if.org Git - python/commit
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Jun 2017 22:54:36 +0000 (00:54 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2017 22:54:36 +0000 (00:54 +0200)
commit23ec4b57e1359f9c539b8defc317542173ae087e
tree4da31b261e47f72633b4fee215dc804c41541190
parentf7e07840d725f2ebb469129cb5e6574ce61725ef
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)

* bpo-29591: Upgrade Modules/expat to libexpat 2.2

* bpo-29591: Restore Python changes on expat

* bpo-29591: Remove expat config of unsupported platforms

Remove the configuration (Modules/expat/*config.h) of unsupported
platforms:

* Amiga
* MacOS Classic on PPC32
* Open Watcom

* bpo-29591: Remove useless XML_HAS_SET_HASH_SALT

The XML_HAS_SET_HASH_SALT define of Modules/expat/expat.h became
useless since our local expat copy was upgrade to expat 2.1 (it's now
expat 2.2.0).
14 files changed:
Misc/NEWS
Modules/expat/COPYING
Modules/expat/amigaconfig.h [deleted file]
Modules/expat/expat.h
Modules/expat/expat_external.h
Modules/expat/internal.h
Modules/expat/macconfig.h [deleted file]
Modules/expat/watcomconfig.h [deleted file]
Modules/expat/xmlparse.c
Modules/expat/xmlrole.c
Modules/expat/xmltok.c
Modules/expat/xmltok.h
Modules/expat/xmltok_impl.c
Modules/pyexpat.c