Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)#29793

Merged
tiran merged 1 commit into
python:mainpython/cpython:mainfrom
tiran:bpo-45886-cleantiran/cpython:bpo-45886-cleanCopy head branch name to clipboard
Nov 26, 2021
Merged

bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)#29793
tiran merged 1 commit into
python:mainpython/cpython:mainfrom
tiran:bpo-45886-cleantiran/cpython:bpo-45886-cleanCopy head branch name to clipboard

Conversation

@tiran

@tiran tiran commented Nov 26, 2021

Copy link
Copy Markdown
Member

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.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue45886

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.

Signed-off-by: Christian Heimes <christian@python.org>
@tiran tiran changed the title bpo-45886: Fix OOT build when srcdir has frozen module headers bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793) Nov 26, 2021
@tiran tiran merged commit 765b2a3 into python:main Nov 26, 2021
@tiran tiran deleted the bpo-45886-clean branch November 26, 2021 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.