Python 2.2.1 bug

Pavel Pergamenshchik pp64 at cornell.edu
Sun Aug 25 21:17:03 EDT 2002


I found a way to break Python 2.2.1 (at least) both on Linux and Windows.
Type
eval("int" + ".__call__"*100000)\n
at the prompt, then press ctrl-D or ctrl-Z to edit. This will result in a
segfault on Linux and some weird "unknown software exception" thing on
Windows.







More information about the Python-list mailing list