This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jvr
Recipients
Date 2003-05-02.20:30:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=92689

Mac tree: somewhere in Mac/Modules/. It's a completely standalone module, 
it has no impact on the rest of the (Mac)Python source tree. PythonIDE.py 
would import it and call autoGIL.installAutoGIL(). You should have a look ;-)

I'm playing with it now, and somehow it doesn't always quite work like I 
thought. Need to do more testing. It works perfectly in Cocoa apps, but not 
always under W/FrameWork's WaitNextEvent() loop. Don't know whether this 
is an inherent problem, but if so, that would be a reason to move to 
CarbonEvents pretty soon (assuming it _does_ work under 
CarbonEvt.RunApplicationEventLoop()). Hm.
History
Date User Action Args
2007-08-23 14:00:25adminlinkissue539990 messages
2007-08-23 14:00:25admincreate