We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a048b9d commit cad2dfeCopy full SHA for cad2dfe
1 file changed
run_release.py
@@ -414,7 +414,7 @@ def prepare_pydoc_topics(db: DbfilenameShelf) -> None:
414
415
def run_autoconf(db: DbfilenameShelf) -> None:
416
# Python 3.12 and newer have a script that runs autoconf.
417
- regen_configure_sh = db["git_repo"] / "Tools/scripts/regen-configure.sh"
+ regen_configure_sh = db["git_repo"] / "Tools/build/regen-configure.sh"
418
if regen_configure_sh.exists():
419
subprocess.check_call(
420
[regen_configure_sh], cwd=db["git_repo"],
0 commit comments