What happens if I modify a python script during its execution?

Asked

Viewed 20 times

0

I am running a script Python which takes a few hours to complete. After running it, I fixed an error in the code. The fix I made is on a line of code that hasn’t been executed yet. So, this is where I have my question. The modification I made will take effect on the current execution?

I would also like to know if all interpreted languages have the same behavior or each one is different?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.