[issue18748] io.IOBase destructor silence I/O error on close() by default

Yhojann Aguilera report at bugs.python.org
Wed Jul 3 17:40:25 EDT 2019


Yhojann Aguilera <yhojann.aguilera at gmail.com> added the comment:

Same problem using Python 3.6.8 on Ubuntu 18.04 LTS.

For now, solve this using

LD_PRELOAD=libgcc_s.so.1 python3 ...

For more details and pocs: https://github.com/WHK102/wss/issues/2

----------
nosy: +Yhojann Aguilera
versions: +Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue18748>
_______________________________________


More information about the Python-bugs-list mailing list