[Pyobjc-dev] [ pyobjc-Bugs-796738 ] problems in Modules/objc/class-list.m?
Brought to you by:
ronaldoussoren
From: SourceForge.net <no...@so...> - 2003-08-28 15:24:53
|
Bugs item #796738, was opened at 2003-08-28 16:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=796738&group_id=14534 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Hudson (mwh) Assigned to: Nobody/Anonymous (nobody) Summary: problems in Modules/objc/class-list.m? Initial Comment: I eventually tracked my crashing IBPalette problems down to PyObjC_GetClassList. I didn't understand the "if (neededLen >= 1024)" block of code, so I #if 0-ed it out and replaced it with something fairly mindless (see attached). My IBPalette *still* doesn't work, but it doesn't make IB crap itself anymore... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=796738&group_id=14534 |