fedora-python / fedora-python/compileall2
If the .pyc file can't be written, compileall2 fails silently
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 4
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.