mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)
In practice, only Windows is impacted, because the HAVE_STDDEF_H macro was only defined on Windows.
This commit is contained in:
parent
c42347d025
commit
faa5f6053d
3 changed files with 11 additions and 3 deletions
|
@ -22,9 +22,6 @@
|
|||
#include <math.h> // HUGE_VAL
|
||||
#include <stdarg.h> // va_list
|
||||
#include <wchar.h> // wchar_t
|
||||
#ifdef HAVE_STDDEF_H
|
||||
# include <stddef.h> // size_t
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h> // ssize_t
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue