[Python-Dev] A cute new way to get an infinite loop (original) (raw)
Tim Peters tim.peters at gmail.com
Thu Sep 23 10:26:58 CEST 2004
- Previous message: FW: [Python-Dev] Noam's open regex requests
- Next message: [Python-Dev] A cute new way to get an infinite loop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
x = [1] x.extend(-y for y in x)
- Previous message: FW: [Python-Dev] Noam's open regex requests
- Next message: [Python-Dev] A cute new way to get an infinite loop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]