I'm running Python 3 under WinXP v5.1.2600. I'm running PN v2.0.9.853-devel. PN was recommended to me because my other editor isn't Python-3-ready.
When my program is longer than precisely 4095 (2^12-1) characters and I try to compile & run using F7, the output window shows the compiler has been called but nothing else (i.e. no compiler errors, console output or whatever as the case may be). Programs in other edit windows run normally. Closing the affected edit window is successful but takes half a minute or so.
I can't tell whether it's PN or Python that's messing up because I have no other way to run Python just now. Any idea what's wrong?