[Pyobjc-dev] Faster module loading
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-12-20 21:22:16
|
Now that 0.8 is out (btw. I haven't seen an official announcement yet, just the update on pyobjc.sf.net) I've pushed a number of changes into CVS (those of you subscribed to pyobjc-checkins may have noticed this <grin>). User-visible changes are: - objc.[gs]etVerbose Controls a verbosity flag. If this flag is true the core module will be slightly more verbose. Currently this means that it will print a traceback when translating an exception from Python to Objective-C - objc.loadBundle, and no Foundation.load_bundle The former is a C function that implements the same functionality as the latter (well actually slightly more functionality). It is also somewhat faster. - Loading AppKit and Foundation is significantly faster (well over 100% faster) Ronald |