Skip to content

v12.2.1

Choose a tag to compare

@ronaldoussoren ronaldoussoren released this 19 Jun 16:11
· 7 commits to main since this release
  • #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 the Network framework.

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.