summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-08-18 23:06:45 (GMT)
committerGitHub <noreply@github.com>2017-08-18 23:06:45 (GMT)
commitec4ab09b7c0b5070bdb27351f979cbecc4636245 (patch)
tree6cb4de4c0ca15172bec693dad8415e6c44a6d193 /PC
parent5e006aa05fe8228ebfb5405005a253dba2238379 (diff)
downloadcpython-ec4ab09b7c0b5070bdb27351f979cbecc4636245.zip
cpython-ec4ab09b7c0b5070bdb27351f979cbecc4636245.tar.gz
cpython-ec4ab09b7c0b5070bdb27351f979cbecc4636245.tar.bz2
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)
Diffstat (limited to 'PC')
-rw-r--r--PC/VS9.0/_elementtree.vcproj4
-rw-r--r--PC/VS9.0/pyexpat.vcproj4
2 files changed, 8 insertions, 0 deletions
diff --git a/PC/VS9.0/_elementtree.vcproj b/PC/VS9.0/_elementtree.vcproj
index f89409c..2915eb3 100644
--- a/PC/VS9.0/_elementtree.vcproj
+++ b/PC/VS9.0/_elementtree.vcproj
@@ -595,6 +595,10 @@
>
</File>
<File
+ RelativePath="..\..\Modules\expat\loadlibrary.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Modules\expat\xmlparse.c"
>
</File>
diff --git a/PC/VS9.0/pyexpat.vcproj b/PC/VS9.0/pyexpat.vcproj
index 76b698f..7a2474e 100644
--- a/PC/VS9.0/pyexpat.vcproj
+++ b/PC/VS9.0/pyexpat.vcproj
@@ -535,6 +535,10 @@
>
</File>
<File
+ RelativePath="..\..\Modules\expat\loadlibrary.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Modules\expat\xmlparse.c"
>
</File>