]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45434: bytearrayobject.h no longer includes <stdarg.h> (GH-28913)
authorVictor Stinner <vstinner@python.org>
Wed, 13 Oct 2021 02:37:55 +0000 (04:37 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 02:37:55 +0000 (04:37 +0200)
commitc63623a0a6892ce8683dbf8c769793ea897e6ba8
treed275aaf3436a65441eea4d0079c6554271f0dc35
parent489176e4285314f9ea87b8bd91fe1d55d9af2c42
bpo-45434: bytearrayobject.h no longer includes <stdarg.h> (GH-28913)

bytearrayobject.h and _lzmamodule.c don't use va_list and so don't
need to include <stdarg.h>.
Include/bytearrayobject.h
Include/bytesobject.h
Include/modsupport.h
Include/unicodeobject.h
Modules/_lzmamodule.c