mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
"Compiling" version
This commit is contained in:
parent
226d79eb4a
commit
3f5da24ea3
72 changed files with 3363 additions and 2061 deletions
|
|
@ -38,22 +38,11 @@
|
|||
XXX more?
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "stdwin.h"
|
||||
#include "allobjects.h"
|
||||
|
||||
#include "PROTO.h"
|
||||
#include "object.h"
|
||||
#include "intobject.h"
|
||||
#include "stringobject.h"
|
||||
#include "tupleobject.h"
|
||||
#include "dictobject.h"
|
||||
#include "methodobject.h"
|
||||
#include "moduleobject.h"
|
||||
#include "objimpl.h"
|
||||
#include "import.h"
|
||||
#include "modsupport.h"
|
||||
#include "errors.h"
|
||||
|
||||
#include "stdwin.h"
|
||||
|
||||
/* Window and menu object types declared here because of forward references */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue