Need help choosing which build to use? See documentation at https://gregoryszorc.com/docs/python-build-standalone/20221220/running.html.
- CPython 3.8.15 -> 3.8.16
- CPython 3.9.15 -> 3.9.16
- CPython 3.10.8 -> 3.10.9
- readline 8.1.2 -> 8.2
- xz 5.2.6 -> 5.2.9
- sqlite 3.39.4 -> 3.40.0
- setuptools 65.5.1 -> 65.6.3
mkfifoat
andmknodat
are always disabled on Python 3.8 when targeting Apple platforms. Prior versions might have used these syscalls at runtime when compiling against a macOS 13.x SDK, which would result in a segfault at runtime on older macOS machines. Previous releases were not built with macOS 13.x SDK and shouldn't have been impacted by this bug.