commit | 1e996c3a3b51e9c6f1f4cea8a6dbcf3bcb865060 | [log] [tgz] |
---|---|---|
author | Vladimir Matveev <vladima@fb.com> | Tue Nov 10 12:09:55 2020 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 10 12:09:55 2020 -0800 |
tree | 3f3ffd5d90532c6f4b1ec013919e3677d63dd21c | |
parent | e59b2deffde61e5641cabd65034fa11b4db898ba [diff] [blame] |
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780)
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 332ed8f..173ef9e 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py
@@ -1407,7 +1407,7 @@ def delx(self): del self.__x check(int, s) # class s = vsize(fmt + # PyTypeObject - '3P' # PyAsyncMethods + '4P' # PyAsyncMethods '36P' # PyNumberMethods '3P' # PyMappingMethods '10P' # PySequenceMethods