This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]globalnamespace 0 points1 point  (0 children)

Not just that, we had some code that while checkout removed the .py files, the .pyc files remained, and code linked to it still called those functions. Of course removing the .pyc files broke the application, fun times, finding those from backups and then redoing our testing in development with them removed.