fedora-python / fedora-python/compileall2
If the .pyc file can't be written, compileall2 fails silently
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
During testing upstream, it was found that `py_compile`, and thus compileall, silently skips writing `.pyc` files it can't write (because of path size limits; probably also because of permissions etc.).
For Fedora, it would make sense to fail with an exception (or error exit code). It should probably be an option – not everyone will want it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.