[Pyobjc-dev] PyObjC trunk 64-bit bridgesupport patch
Brought to you by:
ronaldoussoren
|
From: James R E. <Jam...@lr...> - 2009-04-24 12:10:39
|
Hi folks,
Here's another patch that corrects some of the PyObjC.bridgesupport 64-
bit signatures for pyobjc-framework-Cocoa.
It turns out that it was pretty tricky to track down the bogus
metadata, since the ProcessXML routine barfs (segfaults) on bogus
metadata, leaving relatively little to backtrack. This patch fixes
only the faulty bridgesupport metadata (some of the type64 signatures
omitted field types (e.g. "param1""param2" instead of
"param1"q"param2"^{__CFURL})). It does not correct the segfault that
arises from typecode2typecode in parsexml.m. I'll look into that next.
|