Skip to content

PyHP 3.1

Latest
Compare
Choose a tag to compare
@Deric-W Deric-W released this 05 Oct 15:37
· 2 commits to master since this release
64c9262

Features added:

  • pyhp-backend command
  • backends.main submodule
  • debian maintainer script to clear the cache on uninstall
  • PHP opcache functions
  • TimestampedCodeSource methods to FileCacheSource and MemoryCacheSource
  • support for Python 3.10

Changes:

  • move code from wsgi.utils to [Compiler|RegexParser].from_config
  • move load_config from main to separate config submodule
  • move FileSource constructor logic to .from_path and .with_inferred_spec

Fixes:

  • fix CacheSourceContainer.gc and .clear not closing sources
  • fix warnings on debian uninstall
  • fix errors in ConcurrentWSGIApp.commit_removals if requesting a code source fails