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

Brian Curtin report at bugs.python.org
Wed Mar 28 21:08:39 CEST 2012


Brian Curtin <brian at python.org> added the comment:

> So it's not an issue, try calling memoryview(fdopen(<any FD other than 0,1,2>) and it'll work.

This is exactly why it's an issue. Python should not crash.

----------
nosy: +brian.curtin
status: closed -> open

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


More information about the Python-bugs-list mailing list