Skip to content

wip: add PyTupleMethods#3533

Closed
davidhewitt wants to merge 1 commit intoPyO3:mainfrom
davidhewitt:tuple2
Closed

wip: add PyTupleMethods#3533
davidhewitt wants to merge 1 commit intoPyO3:mainfrom
davidhewitt:tuple2

Conversation

@davidhewitt
Copy link
Member

Implements PyTupleMethods for #3382.

This is a draft, because I found two things need to be implemented first:

  • PySequenceMethods trait, I'll do that in a separate PR first.
  • I found I wanted a borrowed pointer that wasn't a pointer-to-pointer, so I began experimenting with a Py2Borrowed type. I'm going to split that out into a separate PR first as it deserves its own discussion.

@davidhewitt davidhewitt added the CI-skip-changelog Skip checking changelog entry label Oct 20, 2023
@davidhewitt
Copy link
Member Author

Superseded by #3681

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-skip-changelog Skip checking changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant