]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-43278: remove unnecessary leading '\n' from COMPILER when build with GCC...
authorJoseph Shen <joseph.smeng@gmail.com>
Fri, 26 Feb 2021 04:24:21 +0000 (12:24 +0800)
committerGitHub <noreply@github.com>
Fri, 26 Feb 2021 04:24:21 +0000 (20:24 -0800)
commit28a30bc2e2d5a02d42e65ff7b7c6968fa966279d
treecb32e41221fc2c22d9c3eedae1d8d6aca942be23
parentc6ccdfb479cb0a4a491575ef0bafaa0d29daae1a
closes bpo-43278: remove unnecessary leading '\n' from COMPILER when build with GCC/Clang (GH-24606)

Automerge-Triggered-By: GH:benjaminp
Misc/NEWS.d/next/C API/2021-02-21-15-30-38.bpo-43278.DMPaWH.rst [new file with mode: 0644]
Python/getcompiler.c