Skip to content

PyHP 2.1

Compare
Choose a tag to compare
@Deric-W Deric-W released this 27 Jan 18:37
· 128 commits to master since this release
fa5275f

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