mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -1407,7 +1407,7 @@ class SizeofTest(unittest.TestCase):
|
|||
check(int, s)
|
||||
# class
|
||||
s = vsize(fmt + # PyTypeObject
|
||||
'3P' # PyAsyncMethods
|
||||
'4P' # PyAsyncMethods
|
||||
'36P' # PyNumberMethods
|
||||
'3P' # PyMappingMethods
|
||||
'10P' # PySequenceMethods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue