Message 102422 - Python tracker (original) (raw)
So I'm gonna ask: when I modify *.c files, do I have to do something else other than "./configure; make; make install" in order to see the changes applied?
Oh, sorry, I had overlooked the "make install" bit. Well then I don't know. But you can run the interpreter without installing :-) (just "./python")
And check the output of "make" after you have touched Modules/_ssl.c