"Saravanan D" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>> > The crash occured at the following line:
>> > c = strcmp(vname, wname) (object.c)
> The above one is C Code.   The same line is present in object.c file of
> Python Interpreter Source and the function name is 
> default_3way_compare().

Ok, much clearer, you actually meant:

c = strcmp(vname, wname) /* in file object.c */

TJR



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

Reply via email to