gh-111178: Fix function signatures for test_capi by vstinner · Pull Request #131659 · python/cpython
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be consistent with the rest of your added code and the existing code (for *const *args). Btw, just check if you need to remove redundant casts for the affected functions.
Just to be consistent with the rest of your added code and the existing code (for *const *args).
I applied your suggestions.
Btw, just check if you need to remove redundant casts for the affected functions.
Done: I checked all modified functions. There was no cast before.
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters