On master (2161a058552ac938f2079b311a2d12f5d1772d01), running functional tests that use the P2P interface ends with an error:
0RuntimeError: Event loop is closed
This PR fixes this bug, and enables more functional tests on Windows MSVC CI task.
More details about bugfix:
- Whatβs New In Python 3.7
- https://bugs.python.org/issue33792
- actual change done in Python 3.8
Excluded tests, that are listed in the EXCLUDE_TESTS environment variable, need more thorough investigation to be enabled.