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

Skip to content

Commit bd7dfbc

Browse files
committed
Marc-Andre Lemburg: include unicodeobject.h and codecs.h
1 parent 99cc971 commit bd7dfbc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Include/Python.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ PERFORMANCE OF THIS SOFTWARE.
9292
#include "cobject.h"
9393
#include "traceback.h"
9494
#include "sliceobject.h"
95+
#include "unicodeobject.h"
9596

97+
#include "codecs.h"
9698
#include "pyerrors.h"
9799
#include "mymalloc.h"
98100

0 commit comments

Comments
 (0)