Re: [Pyobjc-dev] [Pythonmac-SIG] PyObjC and macOS 10.12 (Sierra)
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2016-10-25 21:34:04
|
> On 24 Oct 2016, at 19:37, Ronald Oussoren <ron...@ma...> wrote: > […] > I can now reproduce the problem using a small extension that doesn’t even touch PyObjC. See <https://bitbucket.org/ronaldoussoren/pyobjc/issues/174/crash-using-dictionaryservices-on-1012 <https://bitbucket.org/ronaldoussoren/pyobjc/issues/174/crash-using-dictionaryservices-on-1012>>. There is some material difference between /usr/bin/python and a python.org <http://python.org/> binary installation of Python 3.5. This demonstrates the same crash using small C extension that exports a function that calls DCSGetTermInRange. > > The crash is in a background thread that appears to do work for DCSGetTermInRange. > > Next steps: > * Try to reproduce using python.org <http://python.org/> installer for 2.7 > * Try to reproduce using a local build of 3.5.2 > > Now where did I leave my Yak shaving kit? The 2.7 framework build on python.org causes the same crash, a local unix build of 3.5.2 doesn’t. As this isn’t a PyObjC issue I won’t investigate this until after the next release. The good news w.r.t. that release: I just finished my first pass through the entire testsuite on 10.12 and fixed all issues w.r.t. metadata. The next step toward a release is to perform testing on older OSX release to ensure I didn’t introduce issues there. Ronald |