]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104770: Let generator.close() return value (#104771)
authorNicolas Tessore <n.tessore@ucl.ac.uk>
Tue, 23 May 2023 20:51:56 +0000 (21:51 +0100)
committerGitHub <noreply@github.com>
Tue, 23 May 2023 20:51:56 +0000 (13:51 -0700)
commitd56c933992c86986bd58eb3880aed0ed1b0cadc9
treed5c4630de7661b61442891cc296584e24ae6dbab
parent50fce89d123b25e53fa8a0303a169e8887154a0e
gh-104770: Let generator.close() return value (#104771)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Doc/reference/expressions.rst
Lib/test/test_generators.py
Misc/NEWS.d/next/Core and Builtins/2023-05-23-00-36-02.gh-issue-104770.poSkyY.rst [new file with mode: 0644]
Objects/genobject.c