]> granicus.if.org Git - python/commit
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 18 Aug 2017 21:43:54 +0000 (23:43 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2017 21:43:54 +0000 (23:43 +0200)
commit93d0cb58b4da2a88c56f472c6c19491cc7a390df
treefb322e20a1808ece6a5fa3d9f3fb2a1c7f53bc14
parentc99d41f9c0304fcf06550515c3db55f93a629e9e
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)

* 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
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