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. --- chapter01/changelog.xml | 10 ++++++++++ chapter08/python.xml | 4 ---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e2f199f3b..2e7325eb3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,16 @@ appropriate for the entry or if needed the entire day's listitem. --> + + 2021-04-22 + + + [xry111] - Revert 2772bb9c, as the proposed fix in it is + rejected by Python maintainers explicitly. + + + + 2021-04-06 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