Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pep 525/asyncio: Handle when async generators are GCed from another thread #72686

Closed
1st1 opened this issue Oct 21, 2016 · 2 comments
Closed
Assignees
Labels

Comments

@1st1
Copy link
Member

1st1 commented Oct 21, 2016

BPO 28500
Nosy @gvanrossum, @1st1

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/1st1'
closed_at = <Date 2016-10-21.21:11:17.389>
created_at = <Date 2016-10-21.21:11:10.125>
labels = ['3.7', 'expert-asyncio']
title = 'pep 525/asyncio: Handle when async generators are GCed from another thread'
updated_at = <Date 2016-10-21.21:14:26.656>
user = 'https://github.com/1st1'

bugs.python.org fields:

activity = <Date 2016-10-21.21:14:26.656>
actor = 'python-dev'
assignee = 'yselivanov'
closed = True
closed_date = <Date 2016-10-21.21:11:17.389>
closer = 'yselivanov'
components = ['asyncio']
creation = <Date 2016-10-21.21:11:10.125>
creator = 'yselivanov'
dependencies = []
files = []
hgrepos = []
issue_num = 28500
keywords = []
message_count = 2.0
messages = ['279154', '279155']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'python-dev', 'yselivanov']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue28500'
versions = ['Python 3.6', 'Python 3.7']

@1st1
Copy link
Member Author

1st1 commented Oct 21, 2016

Proxy for python/asyncio#447

@1st1 1st1 added the 3.7 (EOL) end of life label Oct 21, 2016
@1st1 1st1 self-assigned this Oct 21, 2016
@1st1 1st1 closed this as completed Oct 21, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented Oct 21, 2016

New changeset 3908f432d0ac by Yury Selivanov in branch '3.6':
Issue bpo-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 bpo-28500)
https://hg.python.org/cpython/rev/3c82fa5b7b52

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant