PyHP 2.1
Features added:
- bytecode code object implementation
- abstract base classes for the compiler subsystem
Changes:
- replaced pyhp.embed with pyhp.compiler
- change CacheHandlers to support the context manager protocol
- change CacheHandlers to work with code objects directly
Fixes:
- fix errors during compilation and execution having wrong line numbers
- fix code objects lacking proper module constants