diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-04-22 01:29:53 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-04-22 01:32:11 +0800 |
commit | 24c34df04f41d899ba7077bb9d86ba157defaded (patch) | |
tree | 02128096d4dc48461f2dc7f9e7484e594af56eb3 /chapter01/changelog.xml | |
parent | 0739fa74da74f8b9e3c33745c7d8f68fed078466 (diff) |
Revert "Fix a header file in python, so that #include <python3.9/Python.h> 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.
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e2f199f3b..2e7325eb3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,16 @@ --> <listitem> + <para>2021-04-22</para> + <itemizedlist> + <listitem> + <para>[xry111] - Revert 2772bb9c, as the proposed fix in it is + rejected by Python maintainers explicitly.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2021-04-06</para> <itemizedlist> <listitem> |