Mercurial > hg
comparison tests/test-fncache.t @ 46175:a04c03b0678e
procutil: assign pseudo file object if sys.stdout/stderr is missing
This basically simulates the Python 2 behavior. If libc stdio were used,
these file objects would be available and raise EBADF. There is subtle
difference between py2 and py3, but I think py3 behavior (i.e. exit 255)
is more correct.
"if" conditions are adjust so that they look similar to
dispatch.initstdio().
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 18 Dec 2020 20:09:11 +0900 |
parents | a736ab681b78 |
children | 377d8fc20e34 |
comparison
equal
deleted
inserted
replaced
46174:a1601ff3877c | 46175:a04c03b0678e |
---|