From 24c34df04f41d899ba7077bb9d86ba157defaded Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 22 Apr 2021 01:29:53 +0800 Subject: Revert "Fix a header file in python, so that #include works." This reverts commit 2772bb9c30d8bc9fe97405cf6135c7b43ac0aa16. Python maintainers rejects the proposed fix in https://bugs.python.org/issue39026. We'll need to make a correct fix, or patch the downstream packages instead. --- chapter08/python.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chapter08/python.xml') diff --git a/chapter08/python.xml b/chapter08/python.xml index 27384e94c..b71822b9b 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -42,10 +42,6 @@ Installation of Python 3 - First, a header file needs to be fixed: - -sed 's|cpython/||' -i Include/cpython/pystate.h - Prepare Python for compilation: ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf