~vijaykumar

Jul 2016

[ Home | Feed | Twitter | Vector Art | Ascii Art | Tutorials ]

Python Byte Code Hacks

Mon, 11 Jul 2016

The objective of this article is to help people understand how the Python VM works, through a poke and learn approach.

Disclaimer

Python’s byte code is specific to the CPython implementation. Moreover it is not guaranteed to be stable across CPython versions. And hence it is a bad idea to do such things in production code. The examples provided in this article are for demonstration and learning purposes only.

Read Full Story ...

Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: python

Powered by Python | Made with PyBlosxom | Valid XHTML 1.1 | Best Viewed With Any Browser | Icon Credits | CC-BY-SA