Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17e66f6

Browse files
committed
Added intobject.h and tupleobject.h includes.
1 parent 67d3d13 commit 17e66f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Python/errors.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636

3737
#include "PROTO.h"
3838
#include "object.h"
39+
#include "intobject.h"
3940
#include "stringobject.h"
41+
#include "tupleobject.h"
4042
#include "errors.h"
4143

4244
/* Last exception stored by err_setval() */

0 commit comments

Comments
 (0)