Julian Smith
Julian Smith
Addressed in #3555.
Fixed in 1.24.6.
I haven't been able to reproduce this, but according to https://stackoverflow.com/questions/9705982/pythonw-exe-or-python-exe#30313091, pythonw.exe does not provide stdout or stderr, and attempting to write to them may cause an exception. Certainly the...
I'm still struggling to reproduce the original problem, even using python-3.11 on windows. But i have found that `print()` copes even if sys.stdout is None. In the meantime there's another...
That's great, thanks for reporting.
Thanks for this, i've reproduced it. Investigating some more now.
It turns out that this is a change of a diagnostic, not a change in behaviour. I've disabled the diagnostic in my tree so it'll won't appear in a future...
Fixed in 1.24.5.
Fixed in 1.24.6.
Fixed in 1.24.10.