Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7965e0

Browse files
committed
Issue #23585: make patchcheck will ensure the interpreter is built.
1 parent bbb8ade commit c7965e0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@ funny:
16221622
-o -print
16231623

16241624
# Perform some verification checks on any modified files.
1625-
patchcheck:
1625+
patchcheck: all
16261626
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py
16271627

16281628
# Dependencies

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Library
4848
The usage of os.scandir() reduces the number of calls to os.stat().
4949
Initial patch written by Ben Hoyt.
5050

51+
Build
52+
-----
53+
54+
- Issue #23585: make patchcheck will ensure the interpreter is built.
5155

5256
What's New in Python 3.5 alpha 2?
5357
=================================

0 commit comments

Comments
 (0)