##// END OF EJS Templates
sshpeer: make pipe polling code more explicit...
sshpeer: make pipe polling code more explicit "hasbuffer" is a property on our special bufferedinputpipe class. When reading this code, I thought it might have had something special to do properties on built-in types. But "hasbuffer" doesn't appear in the CPython code base for either 2.7 or 3.7, so the answer is no. Let's make the code more explicit about the fact that it deals with our special bufferedinputpipe type. Differential Revision: https://phab.mercurial-scm.org/D2382

File last commit:

r32206:c4858385 default
r36387:066e6a9d default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer