Marko Rauhamaa wrote: > What I notice in my numbers is that about one half of my while loops are > "while True", and about a third of my loops are while loops. Out of curiosity, what proportion of your 'while True' loops are infinite? (I.e. no break, return or raise in the loop.) -- Greg