summaryrefslogtreecommitdiff
path: root/Objects/typeslots.inc
diff options
context:
space:
mode:
authorVladimir Matveev <vladima@fb.com>2020-11-10 12:09:55 -0800
committerGitHub <noreply@github.com>2020-11-10 12:09:55 -0800
commit1e996c3a3b51e9c6f1f4cea8a6dbcf3bcb865060 (patch)
tree3f3ffd5d90532c6f4b1ec013919e3677d63dd21c /Objects/typeslots.inc
parente59b2deffde61e5641cabd65034fa11b4db898ba (diff)
downloadcpython-git-1e996c3a3b51e9c6f1f4cea8a6dbcf3bcb865060.tar.gz
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780)
Diffstat (limited to 'Objects/typeslots.inc')
-rw-r--r--Objects/typeslots.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/typeslots.inc b/Objects/typeslots.inc
index ffc9bb2e1c..cc4ef1170f 100644
--- a/Objects/typeslots.inc
+++ b/Objects/typeslots.inc
@@ -79,3 +79,4 @@ offsetof(PyHeapTypeObject, as_async.am_await),
offsetof(PyHeapTypeObject, as_async.am_aiter),
offsetof(PyHeapTypeObject, as_async.am_anext),
offsetof(PyHeapTypeObject, ht_type.tp_finalize),
+offsetof(PyHeapTypeObject, as_async.am_send),