[Python-checkins] python/dist/src/Objects listobject.c, 2.156, 2.156.8.1

Raymond Hettinger python at rcn.com
Thu Aug 14 16:34:48 EDT 2003


> - n = PySequence_Fast_GET_SIZE(v_as_SF);

This leaves n uninitialized on the path where a==b.


Raymond






More information about the Python-checkins mailing list