]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780)
authorVladimir Matveev <vladima@fb.com>
Tue, 10 Nov 2020 20:09:55 +0000 (12:09 -0800)
committerGitHub <noreply@github.com>
Tue, 10 Nov 2020 20:09:55 +0000 (12:09 -0800)
commit1e996c3a3b51e9c6f1f4cea8a6dbcf3bcb865060
tree3f3ffd5d90532c6f4b1ec013919e3677d63dd21c
parente59b2deffde61e5641cabd65034fa11b4db898ba
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780)
13 files changed:
Doc/c-api/typeobj.rst
Include/abstract.h
Include/cpython/object.h
Include/object.h
Include/typeslots.h
Lib/test/test_sys.py
Misc/NEWS.d/next/C API/2020-10-19-15-58-16.bpo-42085.NhEf3W.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/_testcapimodule.c
Objects/abstract.c
Objects/genobject.c
Objects/typeobject.c
Objects/typeslots.inc