FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-111495: Add tests for PyTuple C API by rawwar · Pull Request #111606 · python/cpython · GitHub

/ cpython Public

gh-111495: Add tests for PyTuple C API - #111606

Closed
rawwar wants to merge 11 commits into
python:mainfrom
rawwar:kalyan/test-capi-tuple
Closed

gh-111495: Add tests for PyTuple C API#111606
rawwar wants to merge 11 commits into
python:mainfrom
rawwar:kalyan/test-capi-tuple

Conversation

rawwar commented Nov 1, 2023
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Adding tests for PyTuple C API - Issue #111495

Signed-off-by: kalyanr <kalyan.ben10@live.com>
bedevere-app Bot mentioned this pull request Nov 1, 2023
10 tasks
bedevere-app Bot added the tests Tests in the Lib/test dir label Nov 1, 2023
Signed-off-by: kalyanr <kalyan.ben10@live.com>
Signed-off-by: kalyanr <kalyan.ben10@live.com>
Signed-off-by: kalyanr <kalyan.ben10@live.com>
Signed-off-by: kalyanr <kalyan.ben10@live.com>
Signed-off-by: kalyanr <kalyan.ben10@live.com>

rawwar commented Nov 1, 2023

Copy link
Copy Markdown
Contributor Author

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!

  1. PyTuple_Pack
  2. PyTuple_SetItem
  3. PyTuple_SET_ITEM
  4. PyTuple_Resize

rawwar marked this pull request as ready for review November 1, 2023 19:27
rawwar marked this pull request as draft November 4, 2023 04:01

Copy link
Copy Markdown
Member

@rawwar, are you working on this? Regarding ideas, you could take look on other tests for C-API, e.g. for lists.

rawwar commented Feb 21, 2024
edited
Loading

Copy link
Copy Markdown
Contributor Author

@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

rawwar commented May 8, 2024

Copy link
Copy Markdown
Contributor Author

I won't be able to complete this PR at this time.

rawwar closed this May 8, 2024

Copy link
Copy Markdown
Member

I'll try to finish your work.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL