Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 617620f

Browse files
authored
Do not include now private code.h (#188)
As of python/cpython#32385 the header code.h is private but directly included into Python.h
1 parent 2a02975 commit 617620f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast27/Include/compile.h

+1-1
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)