]> granicus.if.org Git - python/commit
[3.5] bpo-32563: Get expat to compile under C89 (#5201)
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 23 Jan 2018 10:24:39 +0000 (20:24 +1000)
committerlarryhastings <larry@hastings.org>
Tue, 23 Jan 2018 10:24:39 +0000 (02:24 -0800)
commit57fa0ab8911a70d91e5b60b8dc91f1085442a9e7
treec9d6a9612173f96a5ff2f9a7eb410ad507a858d8
parent4a4c2743133e195cc3725b78a895d85d69e50089
[3.5] bpo-32563: Get expat to compile under C89 (#5201)

* [3.5] bpo-32563: Get expat to compile under C89

expat: Add artificial scopes in xmltok.c utf8_toUtf8() to fix c89 compilation.

Cherry-picked from libexpat commit e0b290eb3d8f4c4b45137a7d7f4f8db812145bd2

* Backport XML RPC test skip to 3.5

The buildbot service upgrade removed the XML-RPC
interface, so this test no longer works (through no
fault of the standard library).

* Don't configure a nonexistent Python
Modules/expat/xmltok.c