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

add back new marshal APIs #4398

Merged
merged 2 commits into from
Aug 2, 2024
Merged

Conversation

davidhewitt
Copy link
Member

Part of restoration of names after removal of gil-refs, this time for the marshal module.

While adding the new dumps API I took the moment to remove a use of the AsPyPointer trait which we'd like to remove (as per #3429), and instead just take a &Bound<'_, PyAny>.

@davidhewitt davidhewitt added the CI-skip-changelog Skip checking changelog entry label Jul 30, 2024
src/marshal.rs Outdated Show resolved Hide resolved
Co-authored-by: Icxolu <10486322+Icxolu@users.noreply.github.com>
@davidhewitt davidhewitt added this pull request to the merge queue Aug 2, 2024
Merged via the queue into PyO3:main with commit 30dfa23 Aug 2, 2024
39 of 42 checks passed
@davidhewitt davidhewitt deleted the new-marshal-apis branch August 2, 2024 12:43
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.

3 participants