Re: [Orbit-python-list] Porting to Python 2.0b1
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2000-09-07 16:39:46
|
> * added a #define and some #ifndef's to make it easy to temporarily > comment out the (unfortunately buggy) thread-safe-ication code. > That code will probably have to go when the bug is fixed. Are you referring to the changes I added? What bugs have you observed from the code? > * renamed init_exceptions() to ORBit_Python_init_exceptions() to avoid > namespace conflict with a similarly named function appearing in > Python 2.0. Works fine with 2.0b1. That's fine; we might as well rename all the other init_ functions to use this convention as well. I've unfortunately been a little quiet lately. I'm working on another project for work right now that's occupying most of my time. Fortunately this is stuff I get to release back to the community, so getting paid to work on it is a nice bonus. :) Jason. |