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 Build bpo-35499: make profile-opt no longer replaces CFLAGS_NODIST with CFLAGS . It now adds profile-guided optimization (PGO) flags to CFLAGS_NODIST : existing CFLAGS_NODIST flags are kept. bpo-35257: Avoid leaking the linker flags from Link Time Optimizations (LTO) into distutils when compiling C extensions.
C API 更多详情可查阅发行说明: |