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 2ad60c9 commit 1563cf8Copy full SHA for 1563cf8
1 file changed
release.py
@@ -555,11 +555,18 @@ def bump(tag: Tag) -> None:
555
"Doc/tutorial/interpreter.rst",
556
"Doc/tutorial/stdlib.rst",
557
"Doc/tutorial/stdlib2.rst",
558
- "PC/pyconfig.h.in",
559
- "PCbuild/rt.bat",
+ "Include/internal/pycore_magic_number.h",
+ "PC/launcher.c",
560
+ "PC/pyconfig.h",
561
".github/ISSUE_TEMPLATE/bug.yml",
562
".github/ISSUE_TEMPLATE/crash.yml",
563
]
564
+
565
+ if extra_work:
566
+ print(
567
+ "\n*** configure.ac will be edited; you must re-run autotools afterwards! ***"
568
+ )
569
570
print("\nManual editing time...")
571
for filename in other_files:
572
if os.path.exists(filename):
0 commit comments