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.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com