[issue24891] python aborts running under nohup

STINNER Victor report at bugs.python.org
Wed Aug 19 01:46:48 CEST 2015


STINNER Victor added the comment:

Python 2 is not affected, PyFile_FromFile() doesn't check if the file descriptor is valid. On Python 3, we call fstat() to check the block size of the file descriptor to optimize buffering.

----------
versions: +Python 3.5, Python 3.6

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


More information about the Python-bugs-list mailing list