Problemunvalidated
crashes at the end on a `print()` call that contains an emoji like `✅`, `❌`, `⚠️` — This happens specifically on Windows with Python 3.x (3.6+) when stdout is piped/captured. Outcome: Exit code != 0 even though the work was clearly done.
c653303c-11a7-4d31-b6af-1d9dfbb283ae
crashes at the end on a print() call that contains an emoji like ✅, ❌, ⚠️ — This happens specifically on Windows with Python 3.x (3.6+) when stdout is piped/captured. Outcome: Exit code != 0 even though the work was clearly done.