◐ Shell
clean mode source ↗

bpo-46070: Fix asyncio initialisation guard by erlend-aasland · Pull Request #30423 · python/cpython

If init flag is set, exit successfully immediately.
If not, only set the flag after successful initialisation.

vstinner

vstinner

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 7, 2022
If init flag is set, exit successfully immediately.
If not, only set the flag after successful initialization.
(cherry picked from commit b127e70)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 7, 2022
If init flag is set, exit successfully immediately.
If not, only set the flag after successful initialization.
(cherry picked from commit b127e70)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>

miss-islington added a commit that referenced this pull request

Jan 7, 2022
If init flag is set, exit successfully immediately.
If not, only set the flag after successful initialization.
(cherry picked from commit b127e70)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>

miss-islington added a commit that referenced this pull request

Jan 7, 2022
If init flag is set, exit successfully immediately.
If not, only set the flag after successful initialization.
(cherry picked from commit b127e70)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>

@graysky graysky mannequin mentioned this pull request

Apr 10, 2022