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.

classification
Title: pep 525/asyncio: Handle when async generators are GCed from another thread
Type: Stage: resolved
Components: asyncio Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: yselivanov Nosy List: gvanrossum, python-dev, yselivanov
Priority: normal Keywords:

Created on 2016-10-21 21:11 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg279154 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-10-21 21:11
Proxy for https://github.com/python/asyncio/pull/447
msg279155 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-21 21:14
New changeset 3908f432d0ac by Yury Selivanov in branch '3.6':
Issue #28500: Fix asyncio to handle async gens GC from another thread.
https://hg.python.org/cpython/rev/3908f432d0ac

New changeset 3c82fa5b7b52 by Yury Selivanov in branch 'default':
Merge 3.6 (issue #28500)
https://hg.python.org/cpython/rev/3c82fa5b7b52
History
Date User Action Args
2022-04-11 14:58:38adminsetgithub: 72686
2016-10-21 21:14:26python-devsetnosy: + python-dev
messages: + msg279155
2016-10-21 21:11:17yselivanovsetstatus: open -> closed
resolution: fixed
2016-10-21 21:11:10yselivanovcreate