python offers a very similar event hook api: http://www.doughellmann.com/PyMOTW/sys/tracing.html
I used Python for 6 years and had no idea about sys.settrace()
python offers a very similar event hook api: http://www.doughellmann.com/PyMOTW/sys/tracing.html