PyType_IsSubtype ()

"Martin v. Löwis" martin at v.loewis.de
Fri Jan 5 04:25:28 EST 2007


Sheldon schrieb:
> Can anyone tell me what this error mean:
> #0  0x4008376e in PyType_IsSubtype () from /usr/lib/libpython2.3.so.1.0

It's not an error. It is just a frame from the backtrace.

To understand the crash better, one would need to see more frames from
the backtrace. Ideally, one would run the program in a debugger to
analyse it further.

Regards,
Martin



More information about the Python-list mailing list