diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2018-06-02 03:34:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-02 03:34:09 (GMT) |
commit | 8425de4147eb8d83befbb8ea77516fc764bb4309 (patch) | |
tree | e07959e28d2c69c12aabd580ecb35e7a968783d3 /Misc | |
parent | de6516264e793be991f692fdd892707afb9104a7 (diff) | |
download | cpython-8425de4147eb8d83befbb8ea77516fc764bb4309.zip cpython-8425de4147eb8d83befbb8ea77516fc764bb4309.tar.gz cpython-8425de4147eb8d83befbb8ea77516fc764bb4309.tar.bz2 |
bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2018-06-01-14-25-31.bpo-33562.GutEHf.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-06-01-14-25-31.bpo-33562.GutEHf.rst b/Misc/NEWS.d/next/Tests/2018-06-01-14-25-31.bpo-33562.GutEHf.rst new file mode 100644 index 0000000..f63e263 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2018-06-01-14-25-31.bpo-33562.GutEHf.rst @@ -0,0 +1,2 @@ +Check that a global asyncio event loop policy is not left behind by any +tests. |