Skip to content

gh-111495: Add tests on PyTuple C APIs - #122833

Closed
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:test_tuple
Closed

gh-111495: Add tests on PyTuple C APIs#122833
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:test_tuple

Conversation

@vstinner

@vstinnervstinner commented Aug 8, 2024

Copy link
Copy Markdown
Member
  • Add file Modules/_testlimitedcapi/tuple.c.
  • Add file Lib/test/test_capi/test_tuple.py.

* Add file Modules/_testlimitedcapi/tuple.c.
* Add file Lib/test/test_capi/test_tuple.py.
@vstinner
vstinner requested review from a team and erlend-aasland as code ownersAugust 8, 2024 17:49
@bedevere-appbedevere-appBot mentioned this pull request Aug 8, 2024
10 tasks
@vstinner

Copy link
Copy Markdown
MemberAuthor

cc @serhiy-storchaka

@serhiy-storchaka

Copy link
Copy Markdown
Member

See also #118757.

@vstinner

Copy link
Copy Markdown
MemberAuthor

See also #118757.

Oh right, I missed that old PR. I merged PR gh-118757 instead.

@vstinner
vstinner deleted the test_tuple branch August 26, 2024 09:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@serhiy-storchaka