Semantics of ==

Max M maxm at mxm.dk
Wed Mar 17 02:58:35 EST 2004


Erik Max Francis wrote:


 > You're creating recursive lists (which is extremely rare in the real
 > world; I've never seen anyone create a self-referencing list in
 > real-life code.  Tree structures and even recursive data structures are
 > one thing, but you're considering a very weird corner case here.


Actually they are not that seldom. I have made several. But off course 
when I got my recursive code debugged they where gone


;-)


regards Max M



More information about the Python-list mailing list