diff options
author | Jakub KulĂk <Kulikjak@gmail.com> | 2019-09-11 13:42:04 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-09-11 13:42:04 (GMT) |
commit | 95da826db9ed4acbc81f32296f14429c06bd2124 (patch) | |
tree | befbfab694152671b276025b25073a0b17080bfb /Misc | |
parent | 4b41745b3c65ef4807cd1108dce12d3e0c173f20 (diff) | |
download | cpython-95da826db9ed4acbc81f32296f14429c06bd2124.zip cpython-95da826db9ed4acbc81f32296f14429c06bd2124.tar.gz cpython-95da826db9ed4acbc81f32296f14429c06bd2124.tar.bz2 |
closes bpo-37252: Fix devpoll tests. (GH-14017)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2019-06-12-14-30-29.bpo-37252.4o-uLs.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-06-12-14-30-29.bpo-37252.4o-uLs.rst b/Misc/NEWS.d/next/Tests/2019-06-12-14-30-29.bpo-37252.4o-uLs.rst new file mode 100644 index 0000000..1bd7d28 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2019-06-12-14-30-29.bpo-37252.4o-uLs.rst @@ -0,0 +1,2 @@ +Fix assertions in ``test_close`` and ``test_events_mask_overflow`` devpoll +tests. |