Pendiente de eliminación en Python 3.15¶
La copia incluida de
libmpdecimal
.La función
PyImport_ImportModuleNoBlock()
: usePyImport_ImportModule()
en su lugar.PyWeakref_GetObject()
yPyWeakref_GET_OBJECT()
: usePyWeakref_GetRef()
en su lugar.El tipo
Py_UNICODE
y macroPy_UNICODE_WIDE
: usewchar_t
en su lugar.Funciones de inicialización de Python:
PySys_ResetWarnOptions()
: Borresys.warnoptions
ywarnings.filters
en su lugar.Py_GetExecPrefix()
: Getsys.base_exec_prefix
andsys.exec_prefix
instead.Py_GetPath()
: obtengasys.path
en su lugar.Py_GetPrefix()
: Getsys.base_prefix
andsys.prefix
instead.Py_GetProgramFullPath()
: obtengasys.executable
en su lugar.Py_GetProgramName()
: obtengasys.executable
en su lugar.Py_GetPythonHome()
: obtengaPyConfig.home
o la variable de entornoPYTHONHOME
en su lugar.