[issue24069] Option to delete obsolete bytecode files

Steven D'Aprano report at bugs.python.org
Sat May 2 02:00:49 CEST 2015


Steven D'Aprano added the comment:

This would be risky, as byte-code only libraries do exist.

I think that deleting orphaned .pyc files from inside the __pycache__ directory is safe, but deleting orphaned .pyc files outside of that risks deleting legitimate byte-code libraries which are in use.

----------
nosy: +steven.daprano

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24069>
_______________________________________


More information about the Python-bugs-list mailing list