]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)
authorVictor Stinner <vstinner@python.org>
Thu, 8 Apr 2021 07:58:15 +0000 (09:58 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 07:58:15 +0000 (09:58 +0200)
commitb98eba5bc2ffbe7a0ed49d540ebc4f756ae61985
tree42482add56f01de9dfef2cdbfac9cb212de698bf
parent453074c8daf996b1815a0cd2218f0dbf1801056c
bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)

* Rename PyAnextAwaitable_Type to _PyAnextAwaitable_Type.
* Expose the type in the internal C API.
Include/iterobject.h
Objects/iterobject.c
Objects/object.c