Skip to content

Commit 98f16ed

Browse files
committed
Renaming execute specialization in FromIterNode.
1 parent cc7acd4 commit 98f16ed

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/bytes

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/bytes/BytesNodes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ public SequenceStorageNodes.AppendNode getAppendByteNode() {
362362
}
363363

364364
@Specialization
365-
public byte[] execute(Object iterObject,
365+
public byte[] doIt(Object iterObject,
366366
@Cached("create()") GetNextNode getNextNode,
367367
@Cached("create()") IsBuiltinClassProfile errorProfile) {
368368
ByteSequenceStorage bss = new ByteSequenceStorage(16);

0 commit comments

Comments
 (0)