[issue18748] io.IOBase destructor silence I/O error on close() by default
STINNER Victor
report at bugs.python.org
Thu Jul 4 06:33:48 EDT 2019
STINNER Victor <vstinner at redhat.com> added the comment:
> Same problem using Python 3.6.8 on Ubuntu 18.04 LTS.
To be clear: this issue is NOT a bug in Python, but a bug in your application. You must fix your application. You can try to run it on Python 3.8 with python3.8 -X dev to get a log on the error. Good luck to debug it ;-)
The change that I made is only to add a log to help developers to find their own bugs ;-)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue18748>
_______________________________________
More information about the Python-bugs-list
mailing list