Timeline for Shortest program that throws StackOverflow Error
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 12, 2016 at 23:39 | comment | added | noɥʇʎԀʎzɐɹƆ | You need at least 100 to trigger a MemoryError. And that ≠ stack overflow | |
| Feb 3, 2014 at 1:15 | comment | added | gnibbler | In Python2, exec is a statement, so you can just use exec'{'*999 (99 doesn't seem to be enough) | |
| Jan 14, 2013 at 7:15 | comment | added | Martin Thoma | With exec('{'*101) I get MemoryError | |
| Jan 14, 2013 at 7:15 | comment | added | Martin Thoma | I get SyntaxError: unexpected EOF while parsing | |
| Jan 5, 2013 at 12:37 | history | answered | Daniel | CC BY-SA 3.0 |