◐ Shell
clean mode source ↗

gh-111178: Fix function signatures for test_capi by vstinner · Pull Request #131659 · python/cpython

picnixz

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.

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>

@vstinner

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

Apr 1, 2025
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>