X Tutup
The Wayback Machine - https://web.archive.org/web/20250528190921/https://github.com/python/cpython/issues/69183
Skip to content

better exception message when an unsupported object is passed to async for (pep 492) #69183

Closed as not planned
@1st1

Description

@1st1
BPO 24995
Nosy @ncoghlan, @vstinner, @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 = None
created_at = <Date 2015-09-03.21:13:47.658>
labels = ['interpreter-core', 'type-feature', '3.9']
title = 'better exception message when an unsupported object is passed to `async for` (pep 492)'
updated_at = <Date 2019-11-22.09:33:49.517>
user = 'https://github.com/1st1'

bugs.python.org fields:

activity = <Date 2019-11-22.09:33:49.517>
actor = 'gvanrossum'
assignee = 'yselivanov'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2015-09-03.21:13:47.658>
creator = 'yselivanov'
dependencies = []
files = []
hgrepos = []
issue_num = 24995
keywords = []
message_count = 6.0
messages = ['249689', '249691', '249693', '249696', '249887', '357260']
nosy_count = 3.0
nosy_names = ['ncoghlan', 'vstinner', 'yselivanov']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue24995'
versions = ['Python 3.9']

Metadata

Metadata

Assignees

Labels

interpreter-core(Objects, Python, Grammar, and Parser dirs)pendingThe issue will be closed if no feedback is providedtopic-asynciotype-featureA feature request or enhancement

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup