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

restore derive(Debug) for ffi types where it was removed #4438

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

ngoldbaum
Copy link
Contributor

I was looking over #4434 and realized I incorrectly removed Debug from a number of structs in the ffi in that PR. This restores it.

@ngoldbaum ngoldbaum added the CI-skip-changelog Skip checking changelog entry label Aug 13, 2024
Copy link
Member

@davidhewitt davidhewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind too much about these impls, but I guess it would be unintentionally breaking to remove them. Thanks for being diligent!

@davidhewitt davidhewitt added this pull request to the merge queue Aug 14, 2024
Merged via the queue into PyO3:main with commit ffeb901 Aug 14, 2024
42 checks passed
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.

2 participants