Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] bpo-42294: Add PyTuple_GetItemRef() function #23207

Closed
wants to merge 2 commits into from
Closed

[WIP] bpo-42294: Add PyTuple_GetItemRef() function #23207

wants to merge 2 commits into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 9, 2020

Added PyTuple_GetItemRef() function: similar to PyTuple_GetItem(),
but return a strong reference.

https://bugs.python.org/issue42294

Added PyTuple_GetItemRef() function: similar to PyTuple_GetItem(),
but return a strong reference.
@vstinner vstinner marked this pull request as draft November 11, 2020 00:50
@vstinner vstinner changed the title bpo-42294: Add PyTuple_GetItemRef() function [WIP] bpo-42294: Add PyTuple_GetItemRef() function Nov 11, 2020
@vstinner
Copy link
Member Author

I convert the PR into a draft since there is no agreement on https://bugs.python.org/issue42294

@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Dec 16, 2020
@vstinner vstinner removed the stale Stale PR or inactive for long period of time. label Dec 16, 2020
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Jan 15, 2021
@vstinner vstinner closed this Sep 21, 2021
@vstinner vstinner deleted the tuple_getitemref branch September 21, 2021 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting core review stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants