ronaldoussoren / pyobjc

The Python <-> Objective-C Bridge with bindings for macOS frameworks
https://pyobjc.readthedocs.io
563 stars 47 forks source link

``import objc`` crashes with Python 3.12a7 #551

Closed ronaldoussoren closed 1 year ago

ronaldoussoren commented 1 year ago

Describe the bug Current master branch:

$ python3.12 -m venv environ
$ . ./environ/bin/activate
$ cd pyobjc-core
$ python setup.py develop
$ python -c 'import objc'

Result: Segmentation fault.

Platform information

To Reproduce See above