From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/util/_async/
Date: Wed, 8 Apr 2020 05:56:46 +0000 (UTC) [thread overview]
Message-ID: <1586323786.4122a1e12884288e1d578a0cc8cfb400f00b8199.zmedico@gentoo> (raw)
commit: 4122a1e12884288e1d578a0cc8cfb400f00b8199
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 8 04:51:23 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Apr 8 05:29:46 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4122a1e1
Revert "AsyncScheduler: cancel task after _task_coroutine CancelledError"
This reverts commit 27a6ee3d09ff79b6addb2696a10fcc3f46e5ca91.
Bug: https://bugs.gentoo.org/716636
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
lib/portage/util/_async/AsyncScheduler.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/portage/util/_async/AsyncScheduler.py b/lib/portage/util/_async/AsyncScheduler.py
index c31bda5f2..b9070061a 100644
--- a/lib/portage/util/_async/AsyncScheduler.py
+++ b/lib/portage/util/_async/AsyncScheduler.py
@@ -86,7 +86,6 @@ class AsyncScheduler(AsynchronousTask, PollScheduler):
try:
future.result()
except asyncio.CancelledError:
- task.cancel()
self.cancel()
self._task_exit(task)
next reply other threads:[~2020-04-08 5:56 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-08 5:56 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-14 15:45 [gentoo-commits] proj/portage:master commit in: lib/portage/util/_async/ Zac Medico
2024-02-07 2:35 Zac Medico
2024-02-03 22:54 Zac Medico
2023-12-06 16:25 Zac Medico
2023-10-05 6:28 Zac Medico
2023-10-04 4:01 Zac Medico
2023-10-04 3:25 Zac Medico
2023-10-03 14:48 Zac Medico
2023-10-03 14:48 Zac Medico
2021-09-21 5:51 Zac Medico
2021-05-02 0:00 Zac Medico
2021-03-07 15:17 Zac Medico
2021-03-07 15:17 Zac Medico
2021-02-15 4:38 Zac Medico
2020-08-09 0:46 Zac Medico
2020-08-03 23:28 Zac Medico
2020-06-24 4:36 Zac Medico
2020-06-14 0:02 Zac Medico
2020-03-01 1:22 Zac Medico
2020-02-29 7:51 Zac Medico
2020-02-29 7:51 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1586323786.4122a1e12884288e1d578a0cc8cfb400f00b8199.zmedico@gentoo \
--to=zmedico@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox