Skip to content

Commit 4b83f9e

Browse files
committed
BLD: do not include now private header files
As of python/cpython#32385 the header code.h is private but directly included into Python.h
1 parent 2a02975 commit 4b83f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast27/Include/compile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#ifndef Ta27_COMPILE_H
33
#define Ta27_COMPILE_H
44

5-
#include "code.h"
5+
#include "Python.h"
66

77
#ifdef __cplusplus
88
extern "C" {

0 commit comments

Comments
 (0)