Mercurial > hg
comparison tests/test-match.py @ 36832:6bdea0efdab5
util: forward __bool__()/__nonzero__() on fileobjectproxy
In trying to debug the Windows process hang in D2720, I changed the stderr pipe
to the peer to be os.devnull instead. That caused sshpeer._cleanuppipes()[1] to
explode, complaining NoneType has no __iter__ attribute, even though the
previous line checked for None.
[1] https://www.mercurial-scm.org/repo/hg/file/b434965f984e/mercurial/sshpeer.py#l133
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 10 Mar 2018 12:22:08 -0500 |
parents | 44bc181b9835 |
children | 987d3a4b989f |
comparison
equal
deleted
inserted
replaced
36831:82af07e1ae16 | 36832:6bdea0efdab5 |
---|