v12.2.1
-
#670: A number of test files were in a directory name
with lower-case letters where upper-case letters should have been
used. This only affects users checking out the repository on
systems with a case-sensitive filesystem. -
#671: Fix build error in the Quartz bindings when the SDK
is for macOS 15 or later and the build target is also macOS 15 or later. -
#659: Implement basic support for handling Swift classes that
have an Objective-C representation but are not subclasses of NSObject,
as used in theNetworkframework.
note
The Network framework builds upon grand central dispatch
(the pyobjc-framework-libdispatch package), and because of that
exceptions in callback handlers will cause a hard crash.