You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that it tries to include function hello_world /tmp/hello_world.so instead of /tmp/hello_world.so as if the function rl_bind_and_parse is not override by the LD_PRELOAD library
hi, sorry i have not been paying attention to this repo :(
Did you ever figure this one out?
Do you have an strace for the python instead? bash is quite different as it is quite often statically linked with readline so LD_PRELOAD won't work with it
I have the same problem, nothing happens on pressing ctrl+g in Python. @rockandska Did you manage to get this working? @lincheney Is there a way to investigate why nothing happens? What do you mean with "bash is quite different"? Different to what?
Hi there,
I can't get
ctrl+g
to printhello world
in interactive python shell as described in the example.It seems that it tries to include
function hello_world /tmp/hello_world.so
instead of/tmp/hello_world.so
as if the functionrl_bind_and_parse
is not override by the LD_PRELOAD libraryAny ideas ?
The text was updated successfully, but these errors were encountered: