Gerhard Fiedler wrote:
>There's no Python equivalent to "int*p=345; *p++;".

Sure there is:

os.kill(os.getpid(), signal.SIGSEGV)

:)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to