[Python-Dev] Re: [Python-checkins] python/dist/src/Objectslistobject.c, 2.158, 2.159

Raymond Hettinger python at rcn.com
Thu Oct 16 13:09:22 EDT 2003


> > + 	    !PyObject_TypeCheck(x, &sortwrapper_type)) {

[Neal]
 
> The second line should be checking y, not x?

Yes.
Will checkin a fix.


Raymond





More information about the Python-Dev mailing list