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: add PyTupleMethods #3533

Closed
wants to merge 1 commit into from
Closed

wip: add PyTupleMethods #3533

wants to merge 1 commit into from

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