mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +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
|
@ -5,12 +5,7 @@
|
|||
#include "pycore_interp.h" // PyInterpreterState.list
|
||||
#include "pycore_object.h" // _PyObject_GC_TRACK()
|
||||
#include "pycore_tuple.h" // _PyTuple_FromArray()
|
||||
|
||||
#ifdef STDC_HEADERS
|
||||
#include <stddef.h>
|
||||
#else
|
||||
#include <sys/types.h> /* For size_t */
|
||||
#endif
|
||||
|
||||
/*[clinic input]
|
||||
class list "PyListObject *" "&PyList_Type"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue