[bojemoi] docker: fix compileall -b for importable .pyc without source
2026-02-19T22:49:44+01:00
false
commit
bojemoi
main
Git Activity
Commit 571da38 par Betty dans bojemoi
Betty
Commit 571da38
Repository
bojemoi
Branch
main
Author
Betty
Hash
571da389d630243db62524b86be10253d4f03bc4
Description
compileall without -b generates pycache/module.cpython-XY.pyc which
Python only uses as cache when .py exists. Use -b to generate module.pyc
alongside source so SourcelessFileLoader can find it after .py deletion.