[issue46602] Subtle trouble with heredoc append in configure.

2022-02-01 Thread Nathan Howard
Nathan Howard added the comment: Ok. Let me know if something changes to justify the backport churn. I can regen. On 2/1/22, Ned Deily wrote: > > Ned Deily added the comment: > > Merged for release in 3.11.0a5. We *could* backport it to 3.10 and 3.9 but > that involves regenerating configur

[issue46602] Subtle trouble with heredoc append in configure.

2022-02-01 Thread Ned Deily
Ned Deily 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 -

[issue46602] Subtle trouble with heredoc append in configure.

2022-02-01 Thread Ned Deily
Ned Deily added the comment: New changeset b1288964e31069bdf81abe560c82874f6f620928 by adanhawth in branch 'main': bpo-46602: Do not append conftest.c (GH-31062) https://github.com/python/cpython/commit/b1288964e31069bdf81abe560c82874f6f620928 -- nosy: +ned.deily __

[issue46602] Subtle trouble with heredoc append in configure.

2022-02-01 Thread Nathan Howard
Change by Nathan Howard : -- components: +Build -Installation versions: -Python 3.10 ___ Python tracker ___ ___ Python-bugs-list ma

[issue46602] Subtle trouble with heredoc append in configure.

2022-02-01 Thread Nathan Howard
Change by Nathan Howard : -- keywords: +patch pull_requests: +29244 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31062 ___ Python tracker ___ __

[issue46602] Subtle trouble with heredoc append in configure.

2022-02-01 Thread Nathan Howard
New submission from Nathan Howard : TODO: (see PR) -- components: Installation messages: 412298 nosy: adanhawth priority: normal severity: normal status: open title: Subtle trouble with heredoc append in configure. type: compile error versions: Python 3.10 _