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

refactor: replace returning pyobject with bound<'p, pyany> in x509::certificate::parse_display_text #11982

Conversation

hoefling
Copy link
Contributor

@hoefling hoefling commented Nov 17, 2024

This PR is the continuation of #11966, but for the x509::certificate::parse_display_text function, that does the replacement of PyResult<pyo3::PyObject> return types by PyResult<pyo3::Bound<'p, pyo3::PyAny>>, originally suggested by @alex in #11903 (comment).

…ertificate::parse_display_text

Signed-off-by: oleg.hoefling <[email protected]>
@alex alex merged commit ab306cf into pyca:main Nov 17, 2024
60 checks passed
@hoefling hoefling deleted the refactor/remove-pyobject-return-type-in-certificate-parse-display-text branch November 17, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants