Skip to content

v3.0.4: Fix issue #109: PyObjCTools.MachSignals used a non-existing extension…

Compare
Choose a tag to compare
@ronaldoussoren ronaldoussoren released this 29 Feb 09:31
· 2293 commits to master since this release
  • Fix installation on OSX 10.10 when using "pip install pyobjc".

    Issues #102, #103.

  • Fix crash when sys.modules contains an object that is not a string.

    Issue #95.

  • Fix crash on OSX 10.8 or later when using a 32-bit build and accessing
    an instance of "Object" (that is, pre-Nextstep classes).

  • Fix a crash when using blocks without metadata, but with a block
    signature from the block runtime.

    Issue #106

  • PyObjCTools.MachSignals likely hasn't worked at all since PyObjC 2.0
    because it uses a C module that was never ported to PyObjC 2.0. This private
    module is reintroduced in this release (with a slightly changed API)

    Issue #109