| commit | 9d18045804f6db8224be14f7a618b77977f90144 | [log] [tgz] |
|---|---|---|
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jan 07 06:35:15 2022 -0800 |
| committer | GitHub <noreply@github.com> | Fri Jan 07 06:35:15 2022 -0800 |
| tree | a7c37c5f09a0f8694b3690c24b43c769691e583d | |
| parent | db60ed1170a02189a4fd4b7574e0722dd22c658b [diff] |
bpo-46070: Fix asyncio initialisation guard (GH-30423) If init flag is set, exit successfully immediately. If not, only set the flag after successful initialization. (cherry picked from commit b127e70a8a682fe869c22ce04c379bd85a00db67) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>