This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
Version v1.3.1
Bugfixes
- Fix transaction data decoding (see #657);
- Fix duplicate calls to
pool.wait_closed()
uponcreate_pool()
exception (see #671);
Deprecations and Removals
- Drop explicit loop requirement in API. Deprecate
loop
argument.
Throw warning in Python 3.8+ if explicitloop
is passed to methods (see #666).