mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
b1d1c422cc
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.