Skip to content

bpo-30459: Convert PyTuple_SET_ITEM() to a function #23645

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

Closed
wants to merge 2 commits into from
Closed

bpo-30459: Convert PyTuple_SET_ITEM() to a function #23645

wants to merge 2 commits into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Dec 4, 2020

Convert the PyTuple_SET_ITEM(), PyList_SET_ITEM() and PyCell_SET()
macros to static inline functions.

https://bugs.python.org/issue30459

@vstinner
Copy link
Member Author

vstinner commented Dec 4, 2020

cc @ZackerySpytz

Convert the PyTuple_SET_ITEM(), PyList_SET_ITEM() and PyCell_SET()
macros to static inline functions.
@vstinner
Copy link
Member Author

vstinner commented Dec 4, 2020

PR updated to convert also PyCell_SET().

@vstinner
Copy link
Member Author

vstinner commented Dec 5, 2020

@serhiy-storchaka prefers PR #19975, so I close my PR.

@vstinner vstinner closed this Dec 5, 2020
@vstinner vstinner deleted the set_item_func branch December 5, 2020 10:35
Sign up for free to 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.

3 participants