Skip to content

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

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:bytearrary_h
Oct 13, 2021
Merged

bpo-45434: bytearrayobject.h no longer includes <stdarg.h>#28913
vstinner merged 1 commit into
python:mainfrom
vstinner:bytearrary_h

Conversation

@vstinner
Copy link
Copy Markdown
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>.
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.

3 participants