This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients Sworddragon, steven.daprano
Date 2015-05-02.00:00:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430524849.53.0.2082125223.issue24069@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-05-02 00:00:49steven.dapranosetrecipients: + steven.daprano, Sworddragon
2015-05-02 00:00:49steven.dapranosetmessageid: <1430524849.53.0.2082125223.issue24069@psf.upfronthosting.co.za>
2015-05-02 00:00:49steven.dapranolinkissue24069 messages
2015-05-02 00:00:49steven.dapranocreate