mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
"Compiling" version
This commit is contained in:
parent
226d79eb4a
commit
3f5da24ea3
72 changed files with 3363 additions and 2061 deletions
|
|
@ -1,19 +1,6 @@
|
|||
/* Tuple object implementation */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "PROTO.h"
|
||||
#include "object.h"
|
||||
#include "stringobject.h"
|
||||
#include "tupleobject.h"
|
||||
#include "intobject.h"
|
||||
#include "objimpl.h"
|
||||
#include "errors.h"
|
||||
|
||||
typedef struct {
|
||||
OB_VARHEAD
|
||||
object *ob_item[1];
|
||||
} tupleobject;
|
||||
#include "allobjects.h"
|
||||
|
||||
object *
|
||||
newtupleobject(size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue