[issue14433] Python 3 interpreter crash with memoryview and os.fdopen

Amaury Forgeot d'Arc report at bugs.python.org
Thu Mar 29 11:32:28 CEST 2012


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

sys.stdin and others are created with "closefd=False", so close() has no effect.  Try os.close(0) instead...

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14433>
_______________________________________


More information about the Python-bugs-list mailing list