We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7acd4 commit 98f16edCopy full SHA for 98f16ed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/bytes/BytesNodes.java
@@ -362,7 +362,7 @@ public SequenceStorageNodes.AppendNode getAppendByteNode() {
362
}
363
364
@Specialization
365
- public byte[] execute(Object iterObject,
+ public byte[] doIt(Object iterObject,
366
@Cached("create()") GetNextNode getNextNode,
367
@Cached("create()") IsBuiltinClassProfile errorProfile) {
368
ByteSequenceStorage bss = new ByteSequenceStorage(16);
0 commit comments