Re: [Pyobjc-dev] GNUstep PyObjC compatibility
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2004-04-09 05:20:31
|
The version I just checked in mostly works on GNUstep again (only the core bridge and Foundation have been ported as of yet). I haven't run any real code, just the unittests. What worries me is that Scripts/runPyObjCTests shows 2 failures in Foundation.test.test_nsdata and Foundation.test.test_nsdictionary that are not present when the tests are run seperately. This is probably a bug in PyObjC. Another odd thing is this message: 'Unable to retrieve information about SIGPIPE'. This is shown when I import objc. (GNUstep on a Debian 'testing' box, python == python2.3, gcc == gcc3.3.3) BTW. The current CVS version does not work with Python2.2, due to extensive use of PyGILState_Ensure combined with giving up the GIL when calling into Python. Ronald |