Re: [Python-Dev] Hmmm... __PyObject_NextNotImplemented when tracing lines

2009-01-19 Thread skip
Alexander> I cannot reproduce this on my Mac. It looks like you may Alexander> have an out of date python.exe in your sandbox. Please check Alexander> that Alexander> $ nm python.exe | grep PyObject_NextNotImplemented Alexander> 00052940 T __PyObject_NextNotImplemented

Re: [Python-Dev] Hmmm... __PyObject_NextNotImplemented when tracing lines

2009-01-19 Thread Alexander Belopolsky
On Mon, Jan 19, 2009 at 11:51 AM, wrote: > I see output like this in several tests on my Mac: > >test_array skipped -- > dlopen(/Users/skip/src/python/trunk/build/lib.macosx-10.3-i386-2.7/cPickle.so, > 2): Symbol not found: __PyObject_NextNotImplemented > Referenced from: > /Users/ski

[Python-Dev] Hmmm... __PyObject_NextNotImplemented when tracing lines

2009-01-19 Thread skip
I see output like this in several tests on my Mac: test_array skipped -- dlopen(/Users/skip/src/python/trunk/build/lib.macosx-10.3-i386-2.7/cPickle.so, 2): Symbol not found: __PyObject_NextNotImplemented Referenced from: /Users/skip/src/python/trunk/build/lib.macosx-10.3-i386-2.7/cPic