◐ Shell
clean mode source ↗

GH-96827: Don't touch closed loops from executor threads by gvanrossum · Pull Request #96837 · python/cpython

added 2 commits

September 14, 2022 18:22

@gvanrossum

kumaraditya303

@blurb-it

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

Sep 30, 2022
…nGH-96837)

* When chaining futures, skip callback if loop closed.
* When shutting down an executor, don't wake a closed loop.
(cherry picked from commit e9d6376)

Co-authored-by: Guido van Rossum <guido@python.org>

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

Sep 30, 2022
…nGH-96837)

* When chaining futures, skip callback if loop closed.
* When shutting down an executor, don't wake a closed loop.
(cherry picked from commit e9d6376)

Co-authored-by: Guido van Rossum <guido@python.org>

miss-islington added a commit that referenced this pull request

Sep 30, 2022
* When chaining futures, skip callback if loop closed.
* When shutting down an executor, don't wake a closed loop.
(cherry picked from commit e9d6376)

Co-authored-by: Guido van Rossum <guido@python.org>

miss-islington added a commit that referenced this pull request

Sep 30, 2022
* When chaining futures, skip callback if loop closed.
* When shutting down an executor, don't wake a closed loop.
(cherry picked from commit e9d6376)

Co-authored-by: Guido van Rossum <guido@python.org>

serhiy-storchaka pushed a commit to serhiy-storchaka/cpython that referenced this pull request

Oct 2, 2022
…n#96837)

* When chaining futures, skip callback if loop closed.
* When shutting down an executor, don't wake a closed loop.