Description
We've seen how easy it is to modify CPython—it's a C program after all, and one written to be understood and extended by normal human beings. But beyond the slow, deliberative process of adding features to the core language, what is the value of hacking your interpreter?
This talk presents a practical example of dynamic code instrumentation using hacked interpreters.