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

Make get_event_loop() return the current loop if called from coroutines #72799

Closed
1st1 opened this issue Nov 4, 2016 · 3 comments
Closed

Make get_event_loop() return the current loop if called from coroutines #72799

1st1 opened this issue Nov 4, 2016 · 3 comments
Assignees
Labels
3.7 (EOL) end of life topic-asyncio type-bug An unexpected behavior, bug, or error

Comments

@1st1
Copy link
Member

1st1 commented Nov 4, 2016

BPO 28613
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-11-04.18:28:09.893>
created_at = <Date 2016-11-04.18:28:00.190>
labels = ['type-bug', '3.7', 'expert-asyncio']
title = 'Make get_event_loop() return the current loop if called from coroutines'
updated_at = <Date 2016-11-08.00:01:35.299>
user = 'https://github.com/1st1'

bugs.python.org fields:

activity = <Date 2016-11-08.00:01:35.299>
actor = 'python-dev'
assignee = 'yselivanov'
closed = True
closed_date = <Date 2016-11-04.18:28:09.893>
closer = 'yselivanov'
components = ['asyncio']
creation = <Date 2016-11-04.18:28:00.190>
creator = 'yselivanov'
dependencies = []
files = []
hgrepos = []
issue_num = 28613
keywords = []
message_count = 3.0
messages = ['280064', '280065', '280264']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'python-dev', 'yselivanov']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue28613'
versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

@1st1
Copy link
Member Author

1st1 commented Nov 4, 2016

Proxy for python/asyncio#452

@1st1 1st1 added the 3.7 (EOL) end of life label Nov 4, 2016
@1st1 1st1 self-assigned this Nov 4, 2016
@1st1 1st1 added topic-asyncio type-bug An unexpected behavior, bug, or error labels Nov 4, 2016
@1st1 1st1 closed this as completed Nov 4, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented Nov 4, 2016

New changeset aa37f3859462 by Yury Selivanov in branch '3.5':
Issue bpo-28613: Fix get_event_loop() to return the current loop
https://hg.python.org/cpython/rev/aa37f3859462

New changeset 1473b9a17a91 by Yury Selivanov in branch '3.6':
Merge 3.5 (issue bpo-28613)
https://hg.python.org/cpython/rev/1473b9a17a91

New changeset af4ac4e4b188 by Yury Selivanov in branch 'default':
Merge 3.6 (issue bpo-28613)
https://hg.python.org/cpython/rev/af4ac4e4b188

@python-dev
Copy link
Mannequin

python-dev mannequin commented Nov 8, 2016

New changeset abad0b9a35b3 by Yury Selivanov in branch '3.5':
Issue bpo-28613: Expose asyncio._get_running_loop() and _set_running_loop()
https://hg.python.org/cpython/rev/abad0b9a35b3

New changeset 61a237f3bb07 by Yury Selivanov in branch '3.6':
Merge 3.5 (issue bpo-28613)
https://hg.python.org/cpython/rev/61a237f3bb07

New changeset cf7711887b4a by Yury Selivanov in branch 'default':
Merge 3.6 (issue bpo-28613)
https://hg.python.org/cpython/rev/cf7711887b4a

@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
3.7 (EOL) end of life topic-asyncio type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant