mirror of
https://github.com/python/cpython.git
synced 2025-08-22 01:35:16 +00:00
Added intobject.h and tupleobject.h includes.
This commit is contained in:
parent
67d3d1348b
commit
17e66f6d87
1 changed files with 2 additions and 0 deletions
|
@ -36,7 +36,9 @@
|
|||
|
||||
#include "PROTO.h"
|
||||
#include "object.h"
|
||||
#include "intobject.h"
|
||||
#include "stringobject.h"
|
||||
#include "tupleobject.h"
|
||||
#include "errors.h"
|
||||
|
||||
/* Last exception stored by err_setval() */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue