On Mon, Mar 28, 2011 at 6:44 AM, Campbell Barton <[email protected]> wrote: > This is used by a macro to check if python interpreter is active: > #define PYC_INTERPRETER_ACTIVE > (((PyThreadState*)_Py_atomic_load_relaxed(&_PyThreadState_Current)) != > NULL) > > Py 3.1 works a bit differently, you could just check if > PyThreadState_GET() is not NULL, in py3.2 that aborts blender so I had > to look at pythons source.
Dang... I was hoping it wasn't a Python 3.1 problem.... I may give up on keeping an up-to-date build for Fedora 14 and just stick with my last successful build. Thanks, Richard _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
