bitcoin/test/functional/test_framework
Daniel Kraft 64b9f27e0e Skip is_closing() check when not available.
https://github.com/bitcoin/bitcoin/pull/13715 introduced a new check
for _transport.is_closing() in mininode's P2PConnection's.  This function
is only available from Python 3.4.4, though, while Bitcoin is supposed
to support all Python 3.4 versions.

In this change, we make the check conditional on is_closing() being
available.  If it is not, then we revert to the behaviour before the
check was introduced; this means that
https://github.com/bitcoin/bitcoin/issues/13579 is not fixed for old
systems, but at least the tests work as they used to do before.

This includes a small refactoring from a one-line lambda to an
inline function, because this makes the code easier to read with more
and more conditions being added.

Fixes https://github.com/bitcoin/bitcoin/issues/13745.
2018-07-23 15:44:58 +02:00
..
__init__.py
address.py
authproxy.py Remove assigned but never used local variables 2018-03-29 17:47:12 +02:00
bignum.py
blocktools.py
coverage.py
key.py
messages.py
mininode.py Skip is_closing() check when not available. 2018-07-23 15:44:58 +02:00
netutil.py
script.py tests: Remove redundant bytes² 2018-04-16 17:33:03 +02:00
segwit_addr.py
siphash.py
socks5.py
test_framework.py [tests] skip rpc_zmq functional test when python3 zmq lib is not present 2018-07-12 13:08:35 -04:00
test_node.py QA: Fix bug in -usecli logic that converts booleans to non-lowercase strings 2018-07-12 20:32:07 +01:00
util.py