]> granicus.if.org Git - python/commit
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 18 Aug 2017 23:06:27 +0000 (01:06 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2017 23:06:27 +0000 (01:06 +0200)
commit83e37e16f3065086d721d4e62a3788e01db3431c
tree1c310cda2c2b073d9054f3b528928ad7091cc18c
parentff64a24c67fcd20bef9305db306b5026990d412b
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143)

* 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

(cherry picked from commit 93d0cb58b4da2a88c56f472c6c19491cc7a390df)
13 files changed:
Misc/NEWS.d/next/Security/2017-08-16-16-35-59.bpo-30947.iNMmm4.rst [new file with mode: 0644]
Modules/expat/expat.h
Modules/expat/loadlibrary.c [new file with mode: 0644]
Modules/expat/siphash.h
Modules/expat/xmlparse.c
Modules/expat/xmlrole.c
Modules/expat/xmltok.c
Modules/expat/xmltok_impl.c
PCbuild/_elementtree.vcxproj
PCbuild/_elementtree.vcxproj.filters
PCbuild/pyexpat.vcxproj
PCbuild/pyexpat.vcxproj.filters
setup.py