8000 bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) · Python-Repository-Hub/cpython@8aaaf7e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8aaaf7e

Browse files
authored
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (pythonGH-31022)
1 parent 168fd64 commit 8aaaf7e

File tree

6 files changed

+238
-31
lines changed

6 files changed

+238
-31
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
expat: Update libexpat from 2.4.1 to 2.4.4

Modules/expat/expat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright (c) 2000-2005 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
1212
Copyright (c) 2001-2002 Greg Stein <gstein@users.sourceforge.net>
1313
Copyright (c) 2002-2016 Karl Waclawek <karl@waclawek.net>
14-
Copyright (c) 2016-2021 Sebastian Pipping <sebastian@pipping.org>
14+
Copyright (c) 2016-2022 Sebastian Pipping <sebastian@pipping.org>
1515
Copyright (c) 2016 Cristian Rodríguez <crrodriguez@opensuse.org>
1616
Copyright (c) 2016 Thomas Beutlich <tc@tbeu.de>
1717
Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
@@ -1041,7 +1041,7 @@ XML_SetBillionLaughsAttackProtectionActivationThreshold(
10411041
*/
10421042
#define XML_MAJOR_VERSION 2
10431043
#define XML_MINOR_VERSION 4
1044-
#define XML_MICRO_VERSION 1
1044+
#define XML_MICRO_VERSION 4
< 4632 /td>
10451045

10461046
#ifdef __cplusplus
10471047
}

0 commit comments

Comments
 (0)
0