commit | b127e70a8a682fe869c22ce04c379bd85a00db67 | [log] [tgz] |
---|---|---|
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | Fri Jan 07 15:08:19 2022 +0100 |
committer | GitHub <noreply@github.com> | Fri Jan 07 15:08:19 2022 +0100 |
tree | fae781cf9ba18cf875818b09a0c02b8ae8a0188e | |
parent | 994f90c0772612780361e1dc5fa5223dce22f70a [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.