Skip to content

Commit

Permalink
_wrappers: enable free-threading/no-gil support when available
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Oct 8, 2024
1 parent 1a6b468 commit 0e049dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapt/_wrappers.c
Original file line number Diff line number Diff line change
Expand Up @@ -2923,7 +2923,7 @@ static PyObject *WraptBoundFunctionWrapper_call(
#endif
}

/*
/*
* We need to do things different depending on whether we are likely
* wrapping an instance method vs a static method or class method.
*/
Expand Down

0 comments on commit 0e049dd

Please sign in to comment.