Is it possible that one could see a [Errno 9] Bad file descriptor
error message caused from a print()
statement?
I was facing this error at random (sometimes in a row, sometimes it did not occur at all) while running unittests. As soon as I removed the print statements that the file was complaining about things ran fine.
What would cause that error for a print message?