Nested function scope problem

Bill Pursell bill.pursell at gmail.com
Sat Aug 5 05:55:03 EDT 2006


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

Sure there is:

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

:)




More information about the Python-list mailing list