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

bpo-45434: bytearrayobject.h no longer includes <stdarg.h> #28913

Merged
merged 1 commit into from Oct 13, 2021

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Oct 13, 2021

bytearrayobject.h and _lzmamodule.c don't use va_list and so don't
need to include <stdarg.h>.

https://bugs.python.org/issue45434

bytearrayobject.h and _lzmamodule.c don't use va_list and so don't
need to include <stdarg.h>.
@vstinner vstinner merged commit c63623a into python:main Oct 13, 2021
11 checks passed
@vstinner vstinner deleted the bytearrary_h branch Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants