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

* 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 93d0cb58b4da2a88c56f472c6c19491cc7a390df)
15 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
PC/VS9.0/_elementtree.vcproj
PC/VS9.0/pyexpat.vcproj
PCbuild/_elementtree.vcxproj
PCbuild/_elementtree.vcxproj.filters
PCbuild/pyexpat.vcxproj
PCbuild/pyexpat.vcxproj.filters
setup.py