Skip to content

Commit ea7db9a

Browse files
committed
Make _cpython_unicodedata.combining accessible
1 parent 5f71e79 commit ea7db9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-graalpython/unicodedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
__graalpython__.import_current_as_named_module_with_delegate(
4141
module_name="unicodedata",
4242
delegate_name="_cpython_unicodedata",
43-
delegate_attributes=['ucd_3_2_0', 'lookup', 'east_asian_width'],
43+
delegate_attributes=['ucd_3_2_0', 'lookup', 'east_asian_width', 'combining'],
4444
wrap_methods=False,
4545
owner_globals=globals())

0 commit comments

Comments
 (0)