v10.1
-
Upgrade framework bindings for the macOS 14.2 SDK
-
#579: Make sure the
install.py
anddevelop.py
scripts in the
repository work when run out of tree. -
#577:
os.fspath(someURL)
will not work with Cocoa URLs (NSURL, CFURLRef) that
refer to local filesystem paths.TypeError
will be raised for other URLs.This enables using regular Python filesystem APIs with URLs that refer to
local filesystem paths. -
#572: Fix compilation issue when building on macOS 13 or earlier
-
Fix build error on ancient macOS versions where clang doesn't support
-flto=thin
. -
Add a workaround for a crash in pyobjc-core when running the testsuite
on macOS 10.14. -
Fix some issues found while running the testsuite on macOS 10.9 to
macOS 13, instead of only testing on the latest macOS version. Most
issues found where problems in the testsuite itself, but not all.Some of the changes skip tests on older macOS versions (10.12, 10.13
and 10.14) due to running into what appears to be crashing
platform bugs. -
#581: Fix dependencies between framework binding packages
-
Fix build error with the current Python 3.13 alpha release (3.13a2).