The Wayback Machine - https://web.archive.org/web/20220625201145/https://github.com/python/cpython/pull/29938
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.9] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29938) #29938

Merged
merged 2 commits into from Dec 6, 2021

Conversation

tiran
Copy link
Member

@tiran tiran commented Dec 6, 2021

Check that users don't push changes with outdated or patched autoconf.
The presence of runstatedir option and aclocal 1.16.3 are good markers.

Use my container image to regenerate autoconf files. "Check for changes"
will fail later when any file is regenerated.

Use ccache in check_generated_files to speed up testing..
(cherry picked from commit 98fac8b)

Co-authored-by: Christian Heimes [email protected]

https://bugs.python.org/issue44035

Check that users don't push changes with outdated or patched autoconf.
The presence of runstatedir option and aclocal 1.16.3 are good markers.

Use my container image to regenerate autoconf files. "Check for changes"
will fail later when any file is regenerated.

Use ccache in check_generated_files to speed up testing..
(cherry picked from commit 98fac8b)

Co-authored-by: Christian Heimes <[email protected]>
@tiran tiran changed the title [3.9] bpo-44035: Check autoconf files thoroughly (GH-29935) [3.9] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29938) Dec 6, 2021
@tiran tiran merged commit f147248 into python:3.9 Dec 6, 2021
15 checks passed
@tiran tiran deleted the backport-98fac8b-3.9 branch Dec 6, 2021
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.

None yet

3 participants