mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Include <stdlib.h> explicitly in C files. Python.h includes <wchar.h>.
This commit is contained in:
parent
db2b6a20cd
commit
aac29af678
29 changed files with 61 additions and 21 deletions
|
|
@ -33,7 +33,8 @@
|
|||
# include <stddef.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <assert.h> // assert()
|
||||
#include <wchar.h> // wchar_t
|
||||
|
||||
#include "pyport.h"
|
||||
#include "pymacro.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue