]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Sun, 11 Apr 2021 04:51:35 +0000 (00:51 -0400)
committerGitHub <noreply@github.com>
Sun, 11 Apr 2021 04:51:35 +0000 (05:51 +0100)
commitdfb45323ce8a543ca844c311e32c994ec9554c1b
treeaf6944feb928d3b37ad71e69df1e8da9f59a81ce
parent9045919bfa820379a66ea67219f79ef6d9ecab49
bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238)
Lib/test/test_asyncgen.py
Misc/NEWS.d/next/Core and Builtins/2021-04-07-18-00-05.bpo-43751.8fHsqQ.rst [new file with mode: 0644]
Objects/iterobject.c