- SQLite upgraded from 3.37.2.0 to 3.38.0.0.
- setuptools upgraded from 60.8.2 to 60.9.3.
- The
_tkinterextension module now links against theQuartzCoreframework on macOS. The extension module likely worked before but the missing link annotation could result in problems if the build artifacts were relinked. - Windows distributions now properly annotate their dependence on
pathcchandshlwapi. - The release machinery has been overhauled.
- Install only archives are now created at release time instead of in CI.
install_only.tar.gzarchives are now published for every released target architecture.- The full
.tar.zstarchives now have a-fullsuffix to denote them as such. - The release artifact filename now has the form
cpython-<version>+<tag>-<triple>-<build>-<archive variant>instead ofcpython-<version>-<triple>-<build>-<archive variant>-<timestamp>. - There are
*.sha256files published for each release archive containing the SHA-256 of that archive. - There is a
SHA256SUMSfile published containing the SHA-256 of every file in the release.