Skip to content

Commit f7d94fa

Browse files
committed
WIP: explain issue with pympistandard for callbacks
1 parent 4d79937 commit f7d94fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/mpi/bindings/c_header.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127

128128
# ================================== Functions =================================
129129
# TODO: we need to add/fix/figure out the pympistandard's way for properly
130-
# defining callback functions
130+
# defining callback functions. pympistandard just prints out the regular
131+
# prototype instead of `(function_name)(arguments)`
131132
def cb_declaration(proc_expression):
132133
func_str = str(proc_expression)
133134
func_str_list = func_str.split()

0 commit comments

Comments
 (0)