mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780)
This commit is contained in:
parent
e59b2deffd
commit
1e996c3a3b
13 changed files with 146 additions and 49 deletions
1
Objects/typeslots.inc
generated
1
Objects/typeslots.inc
generated
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue