--- a/libshiboken/pep384impl.cpp 2022-09-23 08:47:20.000000000 +0200 +++ b/libshiboken/pep384impl.cpp 2023-01-04 08:07:17.000000000 +0100 @@ -751,7 +751,7 @@ #endif // IS_PY2 Shiboken::AutoDecRef privateobj(PyObject_GetAttr( reinterpret_cast(Py_TYPE(self)), Shiboken::PyMagicName::name())); -#ifndef Py_LIMITED_API +#if !defined(Py_LIMITED_API) && PY_VERSION_HEX < 0x03010000 return _Py_Mangle(privateobj, name); #else // PYSIDE-1436: _Py_Mangle is no longer exposed; implement it always.