Changeset 24c34df


Ignore:
Timestamp:
04/21/2021 05:32:11 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
9a17861, feed564d
Parents:
0739fa7
git-author:
Xi Ruoyao <xry111@…> (04/21/2021 05:29:53 PM)
git-committer:
Xi Ruoyao <xry111@…> (04/21/2021 05:32:11 PM)
Message:

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.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0739fa7 r24c34df  
    4545
    4646    <listitem>
     47      <para>2021-04-22</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[xry111] - Revert 2772bb9c, as the proposed fix in it is
     51          rejected by Python maintainers explicitly.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>2021-04-06</para>
    4858      <itemizedlist>
  • chapter08/python.xml

    r0739fa7 r24c34df  
    4242  <sect2 role="installation">
    4343    <title>Installation of Python 3</title>
    44 
    45     <para>First, a header file needs to be fixed:</para>
    46 
    47 <screen><userinput remap="pre">sed 's|cpython/||' -i Include/cpython/pystate.h</userinput></screen>
    4844
    4945    <para>Prepare Python for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.