mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
This commit is contained in:
parent
9bd0cf5970
commit
cbab997efb
8 changed files with 397 additions and 568 deletions
|
@ -2,12 +2,7 @@
|
|||
#include "pycore_call.h" // _PyObject_CallNoArgs()
|
||||
#include "pycore_long.h" // _PyLong_GetZero()
|
||||
#include "structmember.h" // PyMemberDef
|
||||
|
||||
#ifdef STDC_HEADERS
|
||||
#include <stddef.h>
|
||||
#else
|
||||
#include <sys/types.h> // size_t
|
||||
#endif
|
||||
|
||||
/*[clinic input]
|
||||
module _collections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue