bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027)
The Python 3.11 limited C API no longer includes stdlib.h, stdio.h, string.h and errno.h. * Exclude Py_MEMCPY() from Python 3.11 limited C API. * xxlimited C extension is now built with Python 3.11 limited C API.
V
Victor Stinner committed
52af0756b2ffc6788e364971d05cdaf127d77d5a
Parent: 0a4c82d
Committed by GitHub <noreply@github.com>
on 10/19/2021, 10:10:22 AM