Ruby and Python

Erno Kuusela erno-news at erno.iki.fi
Tue Nov 21 01:03:51 EST 2000


>>>>> "Hrvoje" == Hrvoje Niksic <hniksic at arsdigita.com> writes:

    Hrvoje> You might have a hard time doing that on today's Unix
    Hrvoje> systems.  By default, your code will be placed to the text
    Hrvoje> segment, and attempts to modify it will fail with a
    Hrvoje> SIGSEGV.

you can always copy the code you want to modify to the heap or
the stack.

read bugtraq lately?-)

  -- erno



More information about the Python-list mailing list