gh-111495: Add tests for PyTuple C API by rawwar · Pull Request #111606 · python/cpython
Hello @serhiy-storchaka , I am not sure how to write tests for the following C API's. Can you please help me with some ideas. Thanks!
PyTuple_PackPyTuple_SetItemPyTuple_SET_ITEMPyTuple_Resize
rawwar
marked this pull request as ready for review
rawwar
marked this pull request as draft
@rawwar, are you working on this? Regarding ideas, you could take look on other tests for C-API, e.g. for lists.
@rawwar, are you working on this? Regarding ideas, you could take look on other tests for C-API, e.g. for lists.
Thanks. I will go through them. Will be looking into this over the weekend
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