Skip to content

Commit c659623

Browse files
committed
Correcting previous merge with master.
1 parent 1f2703f commit c659623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/BuiltinFunctions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,6 +1422,7 @@ public int ord(PString chr) {
14221422
return ord(chr.getValue());
14231423
}
14241424

1425+
@Specialization
14251426
public long ord(VirtualFrame frame, PIBytesLike chr,
14261427
@Cached CastToJavaLongExactNode castNode,
14271428
@Cached SequenceStorageNodes.LenNode lenNode,

0 commit comments

Comments
 (0)