This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Subtle trouble with heredoc append in configure.
Type: compile error Stage: resolved
Components: Build Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: adanhawth, ned.deily
Priority: normal Keywords: patch

Created on 2022-02-01 18:48 by adanhawth, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31062 merged adanhawth, 2022-02-01 19:53
Messages (4)
msg412298 - (view) Author: Nathan Howard (adanhawth) * Date: 2022-02-01 18:48
TODO: (see PR)
msg412331 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-02-02 02:38
New changeset b1288964e31069bdf81abe560c82874f6f620928 by adanhawth in branch 'main':
bpo-46602: Do not append conftest.c (GH-31062)
https://github.com/python/cpython/commit/b1288964e31069bdf81abe560c82874f6f620928
msg412332 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-02-02 02:48
Merged for release in 3.11.0a5. We *could* backport it to 3.10 and 3.9 but that involves regenerating configure again for each. It's probably not high enough priority to justify the churn for bugfix releases.
msg412336 - (view) Author: Nathan Howard (adanhawth) * Date: 2022-02-02 03:42
Ok.  Let me know if something changes to justify the backport churn.
I can regen.

On 2/1/22, Ned Deily <report@bugs.python.org> wrote:
>
> Ned Deily <nad@python.org> added the comment:
>
> Merged for release in 3.11.0a5. We *could* backport it to 3.10 and 3.9 but
> that involves regenerating configure again for each. It's probably not high
> enough priority to justify the churn for bugfix releases.
>
> ----------
> resolution:  -> fixed
> stage: patch review -> resolved
> status: open -> closed
> versions: +Python 3.11
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue46602>
> _______________________________________
>
History
Date User Action Args
2022-04-11 14:59:55adminsetgithub: 90760
2022-02-02 03:42:56adanhawthsetmessages: + msg412336
2022-02-02 02:48:05ned.deilysetstatus: open -> closed
versions: + Python 3.11
messages: + msg412332

resolution: fixed
stage: patch review -> resolved
2022-02-02 02:38:22ned.deilysetnosy: + ned.deily
messages: + msg412331
2022-02-01 19:58:27adanhawthsetcomponents: + Build, - Installation
versions: - Python 3.10
2022-02-01 19:53:06adanhawthsetkeywords: + patch
stage: patch review
pull_requests: + pull_request29244
2022-02-01 18:48:33adanhawthcreate