Exception in Python 2.3.3 Interpreter

Terry Reedy tjreedy at udel.edu
Tue May 10 02:31:19 EDT 2005


"Saravanan D" <saravanan.d at siemens.com> wrote in message 
news:d5phes$4b0$2 at news.mch.sbs.de...
>> > 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






More information about the Python-list mailing list