Re: [Pyobjc-dev] libffi on OSX 10.1
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-05-11 14:02:34
|
I now have a version of PyObjC that mostly works 10.1, it passes the entire testset with one exception: Conversion of to 'long long' values. These should not be to important in "normal" code. I did run into a problem: evaluating NSObject.__pyobjc_PythonObject__.signature causes a core-dump. This is not something you would normally do, but the bridge sometimes does this for you. I work around this by checking for __pyobjc_PythonObject__ on the one location where this matters. The core-dump may be a real problem with the code. I won't be working on 10.1 support for the forseeable future. I'll leave the remaining issues for someone that has real use for a 10.1 port. Ronald |