> Have you compiled the C extension with all optimization turned off?

Yes.  The C extension's objects are compiled only with the debugging
flag and -fPIC for position indepdendent code, necessary for shared
objects.  No optimization.   The only things that have any optimization
are Python and glibc (using -O2)  I guess I should try glibc without
optimization too... ick.

> I suggest disassembling it and stepping through it instruction by instruction 
> if you haven't done that.

Unfortunately I think you are correct ;-)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to