Skip to content

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

Closed
vstinner wants to merge 2 commits into
python:masterfrom
vstinner:set_item_func
Closed

bpo-30459: Convert PyTuple_SET_ITEM() to a function#23645
vstinner wants to merge 2 commits into
python:masterfrom
vstinner:set_item_func

Conversation

@vstinner

@vstinnervstinner commented Dec 4, 2020

Copy link
Copy Markdown
Member

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

https://bugs.python.org/issue30459

@vstinner

Copy link
Copy Markdown
MemberAuthor

cc @ZackerySpytz

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

Copy link
Copy Markdown
MemberAuthor

PR updated to convert also PyCell_SET().

@vstinner

Copy link
Copy Markdown
MemberAuthor

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

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

3 participants

@vstinner@the-knights-who-say-ni@bedevere-bot