Skip to content

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