summaryrefslogtreecommitdiffstats
path: root/Python/pymath.c
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-11-26 16:05:16 (GMT)
committerGitHub <noreply@github.com>2021-11-26 16:05:16 (GMT)
commit765b2a3ad2e8abf9a06d5e9b3802b575ec115d76 (patch)
treec8175db8241f35ee5fd46e9dc1fc65d050937334 /Python/pymath.c
parent8caceb7a474bf32cddfd25fba25b531ff65f4365 (diff)
downloadcpython-765b2a3ad2e8abf9a06d5e9b3802b575ec115d76.zip
cpython-765b2a3ad2e8abf9a06d5e9b3802b575ec115d76.tar.gz
cpython-765b2a3ad2e8abf9a06d5e9b3802b575ec115d76.tar.bz2
bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)
The presence of frozen module headers in srcdir interfers with OOT build. Make considers headers in srcdir up to date, but later builds do not use VPATH to locate files. make clean now removes the headers, too. Also remove stale ``_bootstrap_python`` from .gitignore.
Diffstat (limited to 'Python/pymath.c')
0 files changed, 0 insertions, 0 deletions