The extern declaration for dlerror() in _ctypes/darwin/dlfcn.h does not match
the declaration in the macOS 10.4/10.5 SDK, causing a compile error for
dlfcn_simple.c for statically linking the interpreter and modules (for example
with pyqtdeploy).
The line in question is in the following snippet
The extern declaration for dlerror() in _ctypes/darwin/dlfcn.h does not match
the declaration in the macOS 10.4/10.5 SDK, causing a compile error for
dlfcn_simple.c for statically linking the interpreter and modules (for example
with pyqtdeploy).
The line in question is in the following snippet
On behalf of the Python development community, I'm relieved to announce
the availability of Python 3.5.8rc2. It's been a month after Python
3.5.8rc1, and since then we've added a small amount of new code to fix
an API-level regression in http client, updated expat to 2.2.8, and
upgraded the