Python 3.15 中待移除的項目¶
libmpdecimal的打包副本 (bundled copy)。The
PyImport_ImportModuleNoBlock(): UsePyImport_ImportModule()instead.PyWeakref_GetObject()andPyWeakref_GET_OBJECT(): UsePyWeakref_GetRef()instead.Py_UNICODEtype and thePy_UNICODE_WIDEmacro: Usewchar_tinstead.Python 初始化函式:
PySys_ResetWarnOptions(): Clearsys.warnoptionsandwarnings.filtersinstead.Py_GetExecPrefix(): Getsys.exec_prefixinstead.Py_GetPath(): Getsys.pathinstead.Py_GetPrefix(): Getsys.prefixinstead.Py_GetProgramFullPath(): Getsys.executableinstead.Py_GetProgramName(): Getsys.executableinstead.Py_GetPythonHome(): GetPyConfig.homeor thePYTHONHOMEenvironment variable instead.