You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: correct the function prototype defined in the stub file in simplest_c example (#937)
In the simplest_c example, the stub file defines the function `square`
to take two arguments. However, it only takes one in the C-extension
implementation. This PR corrects the stub file to make it consistent
with the C-extension implementation.
0 commit comments