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: Use FASTCALL convention for FutureIter.throw()
Type: Stage: resolved
Components: asyncio Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, yselivanov
Priority: normal Keywords: patch

Created on 2022-03-18 12:21 by asvetlov, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31973 merged asvetlov, 2022-03-18 12:23
Messages (2)
msg415489 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-18 12:21
All other asyncio functions are converted to fast calls already.
msg415543 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-19 12:01
New changeset 0a8b8e0d262eae83ffbc6b414a1f5747cdbd1d88 by Andrew Svetlov in branch 'main':
bpo-47057: Use FASTCALL convention for FutureIter.throw() (GH-31973)
https://github.com/python/cpython/commit/0a8b8e0d262eae83ffbc6b414a1f5747cdbd1d88
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91213
2022-03-19 12:28:14asvetlovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-03-19 12:01:51asvetlovsetmessages: + msg415543
2022-03-18 12:23:21asvetlovsetkeywords: + patch
stage: patch review
pull_requests: + pull_request30063
2022-03-18 12:21:57asvetlovcreate