Jan-06-2023, 09:16 AM
(Jan-05-2023, 11:07 PM)Skaperen Wrote: i thought it would be BrokenPipeError so i tried some tests but i'm not getting anything.Don't you get ANY error message? What does the program do? Does it hang while trying to write into the pipe? Please post the complete code so that we can try it.
If you manage to get a C level error code, you could perhaps build your custom exception by using the errno module and os.strerror().