[Python-Dev] RE: test_sort.py failure (original) (raw)
Michael Hudson mwh at python.net
Thu Jul 29 12:25:22 CEST 2004
- Previous message: [Python-Dev] RE: test_sort.py failure
- Next message: [Python-Dev] RE: test_sort.py failure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Armin Rigo <arigo at tunes.org> writes:
The invariants of the obxxx list members should be clearly specified somewhere and we should stick to them.
Yes.
E.g. it is unclear to me why we allow listassslice() to reset obitem to NULL and obsize to 0 without resetting oballocated to 0 -- I see why it doesn't crash in a subsequent listresize(), but it looks messy.
Well, "a mistake" would be my guess .
Cheers, mwh
-- You sound surprised. We're talking about a government department here - they have procedures, not intelligence. -- Ben Hutchings, cam.misc
- Previous message: [Python-Dev] RE: test_sort.py failure
- Next message: [Python-Dev] RE: test_sort.py failure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]