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 15fcabe commit ab89b6dCopy full SHA for ab89b6d
src/ffibuilder.py
@@ -66,7 +66,7 @@ def build_api(
66
67
68
def ffibuilder():
69
- return build_api()
+ return build_api(shmem_team_t='unsigned long')
70
71
72
if __name__ == '__main__':
0 commit comments