[Python-Dev] refleak hunting fun!
Michael Hudson
mwh at python.net
Thu Aug 14 18:54:45 EDT 2003
More information about the Python-Dev mailing list
Thu Aug 14 18:54:45 EDT 2003
- Previous message: [Python-Dev] refleak hunting fun!
- Next message: [Python-Dev] refleak hunting fun!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Michael Hudson <mwh at python.net> writes: > Finding out which of the flat-file style tests in test_types is > leaking is not going to be fun... Binary chop got there: >>> a = [] [25139 refs] >>> a[:] = a [25140 refs] >>> a[:] = a [25141 refs] Cheers, mwh -- 59. In English every word can be verbed. Would that it were so in our programming languages. -- Alan Perlis, http://www.cs.yale.edu/homes/perlis-alan/quotes.html
- Previous message: [Python-Dev] refleak hunting fun!
- Next message: [Python-Dev] refleak hunting fun!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list