Skip to content

Commit 5109efa

Browse files
Update Python/bytecodes.c
Co-authored-by: Peter Bierma <[email protected]>
1 parent 700b619 commit 5109efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5045,7 +5045,7 @@ dummy_func(
50455045
if (type->tp_as_async == NULL || type->tp_as_async->am_aiter == NULL) {
50465046
PyErr_Format(PyExc_TypeError,
50475047
"'async for' requires an object with "
5048-
"__aiter__ method, got %.100s",
5048+
"__aiter__ method, got %.200s",
50495049
type->tp_name);
50505050
ERROR_NO_POP();
50515051
}

0 commit comments

Comments
 (0)