Thanks to visit codestin.com Credit goes to github.com
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 bbb8ade commit c7965e0Copy full SHA for c7965e0
2 files changed
Makefile.pre.in
@@ -1622,7 +1622,7 @@ funny:
1622
-o -print
1623
1624
# Perform some verification checks on any modified files.
1625
-patchcheck:
+patchcheck: all
1626
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py
1627
1628
# Dependencies
Misc/NEWS
@@ -48,6 +48,10 @@ Library
48
The usage of os.scandir() reduces the number of calls to os.stat().
49
Initial patch written by Ben Hoyt.
50
51
+Build
52
+-----
53
+
54
+- Issue #23585: make patchcheck will ensure the interpreter is built.
55
56
What's New in Python 3.5 alpha 2?
57
=================================
0 commit comments