Two projects with 300000 lines of Python code each at a small company handling physical access control systems with smartcards and stuff.
Once I looked the most critical part; the logic which decides if a door should be opened or not and it was implemented with the assumption that in Python, the bitwise operators work the same way as in C (they doesn't at all).