Skip to content

Commit c812b74

Browse files
committed
Add missing may_raise
1 parent 556e623 commit c812b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-graalpython/python_cext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,7 @@ def PyUnicode_Replace(s, substr, replstr, count):
801801

802802

803803
##################### MEMORY_VIEW
804+
@may_raise
804805
def PyMemoryView_GetContiguous(obj, buffertype, order_int):
805806
PyBUF_READ = 0x100
806807
PyBUF_WRITE = 0x200

0 commit comments

Comments
 (0)