[Python-Dev] [RELEASED] Python 3.5.8rc2 is released

2019-10-12 Thread Larry Hastings
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

[Python-Dev] non-standard dlerror declaration in _ctypes/darwin/dlfcn.h?

2019-10-12 Thread Patrick Stinson
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

[Python-Dev] non-standard dlerror declaration in _ctypes/darwin/dlfcn.h?

2019-10-12 Thread patrickkidd
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