Miss Islington (bot)
3a2667d91e
bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369)
...
(cherry picked from commit 210a137396 )
Co-authored-by: Fantix King <fantix.king@gmail.com>
2020-05-27 13:39:03 -07:00
Serhiy Storchaka
16994912c9
bpo-40275: Avoid importing socket in test.support (GH-19603)
...
* Move socket related functions from test.support to socket_helper.
* Import socket, nntplib and urllib.error lazily in transient_internet().
* Remove importing multiprocess.
2020-04-25 10:06:29 +03:00
Andrew Svetlov
9aee90018a
bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928)
2019-09-11 16:07:37 +03:00
Andrew Svetlov
7438792607
bpo-30064: Refactor sock_* asyncio API ( #10419 )
2018-11-12 19:00:22 +02:00
Andrew Svetlov
60d230c78f
Extract tests for sock_*() functions into a separate file (GH-9761)
2018-10-08 23:06:18 +03:00