]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
remove configure check for memmove (#3716)
authorBenjamin Peterson <benjamin@python.org>
Sun, 24 Sep 2017 19:08:40 +0000 (12:08 -0700)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2017 19:08:40 +0000 (12:08 -0700)
commitb1d1c422ccb9a1711c2d90660373edce9204adcb
tree444133c0b4497dc76f67c074396d000111d90066
parent5b9299d8c72aeadccadd77e4b8132094ba9a1f96
remove configure check for memmove (#3716)

Python requires C implementations provide memmove, so we shouldn't need to check for it. The only place using this configure check was expat, where we can simply always define HAVE_MEMMOVE.
Modules/expat/expat_config.h
configure
configure.ac
pyconfig.h.in