commit | b98eba5bc2ffbe7a0ed49d540ebc4f756ae61985 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Apr 08 09:58:15 2021 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 08 09:58:15 2021 +0200 |
tree | 42482add56f01de9dfef2cdbfac9cb212de698bf | |
parent | 453074c8daf996b1815a0cd2218f0dbf1801056c [diff] |
bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266) * Rename PyAnextAwaitable_Type to _PyAnextAwaitable_Type. * Expose the type in the internal C API.