diff options
author | Connor Denihan <188690869+cdenihan@users.noreply.github.com> | 2025-06-26 09:27:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-26 09:27:25 -0400 |
commit | 0d76dccc3b4376ba075a1737f58809e3d83aaaa3 (patch) | |
tree | 2a32218dd8dc262dd4bb738e77864585981c0af4 /Modules/_sqlite/blob.c | |
parent | fb9e292919d82326acea456aa071c9af6aff5626 (diff) | |
download | cpython-0d76dccc3b4376ba075a1737f58809e3d83aaaa3.tar.gz cpython-0d76dccc3b4376ba075a1737f58809e3d83aaaa3.zip |
gh-135110: Fix misleading `generator.close()` documentation (GH-135152)
The documentation incorrectly stated that generator.close() 'raises' a
GeneratorExit exception. This was misleading because the method doesn't
raise the exception to the caller - it sends the exception internally
to the generator and returns None.
Diffstat (limited to 'Modules/_sqlite/blob.c')
0 files changed, 0 insertions, 0 deletions