Re: [Pyobjc-dev] PyObjc speed
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-07-08 18:55:45
|
On Tuesday, 8 July, 2003, at 20:42, Just van Rossum wrote: > (thinking out loud) I think that for 2.3 we should make a special > (Objective-)C main program that takes over the bootstrap stuff, is > linked against Cocoa and Python.framework, and does not do the > os.execve() trick. It can look up additional info in the Info.plist > file > (like, what Python main program to execute). I think it wouldn't be all > that unlike Bill's bin-python-main.m. It won't have to be compiled > every > time, we can ship it with a binary distro so we're still able to build > apps without the dev tools. +1 from me. If linking with Cocoa and Carbon is not too expensive we might even do that, and try to sell the idea to Jack as a genericly usefull thing for MacPython :-) Ronald |