Python 3.7.2 和 3.6.8 版本正式釋出
阿新 • • 發佈:2018-12-25
Python 3.7.2 和 3.6.8 現已正式釋出。
3.7.2 是 Python 3.7 的下一個維護版本,也是 Python 的最新功能版本。3.6.8 則是 Python 3.6 的下一個和最後一個 bug 修復版本。後續官方將提供 Python 3.6 的安全修復支援到 2021 年。
兩個版本的更新內容相同:
Library
bpo-31715: Associate
.mjs
file extension withapplication/javascript
MIME Type.
Build
make profile-opt
no longer replacesCFLAGS_NODIST
withCFLAGS
. It now adds profile-guided optimization (PGO) flags toCFLAGS_NODIST
: existingCFLAGS_NODIST
flags are kept.bpo-35257: Avoid leaking the linker flags from Link Time Optimizations (LTO) into distutils when compiling C extensions.
C API
bpo-35259: Conditionally declare
Py_FinalizeEx()
(new in 3.6) based on Py_LIMITED_API. Patch by Arthur Neufeld.
更多詳情可查閱發行說明: