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

gh-111178: Fix function signatures in bytesobject.c #124806

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 30, 2024

@vstinner
Copy link
Member Author

I didn't fix the warning on the signature generated by Argument Clinic:

Objects/descrobject.c:420:24: runtime error: call to function bytes_decode through pointer to incorrect function type 'struct _object *(*)(struct _object *, struct _object *const *, long, struct _object *)'
/home/vstinner/python/main/Objects/clinic/bytesobject.c.h:1034: note: bytes_decode defined here

@vstinner
Copy link
Member Author

vstinner commented Oct 1, 2024

cc @picnixz

@vstinner vstinner merged commit 1d3700f into python:main Oct 2, 2024
35 checks passed
@vstinner vstinner deleted the bytesobject branch October 2, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant