]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 6 May 2024 22:35:06 +0000 (15:35 -0700)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 22:35:06 +0000 (22:35 +0000)
commit8419f01673858d5002747c9393d4ed0ec22fdb47
treebdc92a2086595658cc354b53e99415d1467efa35
parent9fd33af5ac57f649971ffd8091bd898a96f85b55
gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2024-05-06-08-23-01.gh-issue-118648.OVA3jJ.rst [new file with mode: 0644]