This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients asvetlov, chris.jerdonek, tvoinarovskyi, yselivanov
Date 2020-10-24.21:18:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603574308.47.0.238593531242.issue42130@roundup.psfhosted.org>
In-reply-to
Content
It looks like issue 37658 might be the relevant change rather.

Here is the new logic it introduced: https://github.com/python/cpython/blob/db455296be5f792b8c12b7cd7f3962b52e4f44ee/Lib/asyncio/tasks.py#L483-L488

(via https://github.com/python/cpython/pull/21894 )
History
Date User Action Args
2020-10-24 21:18:28chris.jerdoneksetrecipients: + chris.jerdonek, asvetlov, yselivanov, tvoinarovskyi
2020-10-24 21:18:28chris.jerdoneksetmessageid: <1603574308.47.0.238593531242.issue42130@roundup.psfhosted.org>
2020-10-24 21:18:28chris.jerdoneklinkissue42130 messages
2020-10-24 21:18:28chris.jerdonekcreate