Monday, December 18, 2006

Dig Deep into Python Internals, Part 2

Dig Deep into Python Internals, Part 2: "In this article I will contrast meta-classes with decorators, explore the Python execution model and explain how to examine stack frames at runtime. Finally, I will demonstrate how to augment the Python language itself using these techniques. To do this I introduce a private access-checking feature that can be enforced at runtime."