Features added:
pyhp-backend
commandbackends.main
submodule- debian maintainer script to clear the cache on uninstall
- PHP opcache functions
TimestampedCodeSource
methods toFileCacheSource
andMemoryCacheSource
- support for Python 3.10
Changes:
- move code from
wsgi.utils
to[Compiler|RegexParser].from_config
- move
load_config
from main to separateconfig
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