pyobjc

The Python <-> Objective-C Bridge with bindings for macOS frameworks

Downloads
17.7M
Stars
551
Committers
32

Bot releases are visible (Hide)

pyobjc -

Published by ronaldoussoren over 4 years ago

  • #277: Remove debug print accidently left in production

  • #278: Surpress "-Wunguarded-availability" warnings in the extension
    AppKit._inlines

pyobjc -

Published by ronaldoussoren over 4 years ago

  • Updated for the macOS 10.15.1 SDK (Xcode 11.2)

  • Fix reference counting in -[OC_PythonData length], which resulted
    in use-after-free.

  • #281: Fix problems found in pyobjc-core by the clang static analyser