mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #23585: make patchcheck will ensure the interpreter is built.
This commit is contained in:
parent
bbb8ade904
commit
c7965e0c21
2 changed files with 5 additions and 1 deletions
|
@ -1622,7 +1622,7 @@ funny:
|
|||
-o -print
|
||||
|
||||
# Perform some verification checks on any modified files.
|
||||
patchcheck:
|
||||
patchcheck: all
|
||||
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py
|
||||
|
||||
# Dependencies
|
||||
|
|
|
@ -48,6 +48,10 @@ Library
|
|||
The usage of os.scandir() reduces the number of calls to os.stat().
|
||||
Initial patch written by Ben Hoyt.
|
||||
|
||||
Build
|
||||
-----
|
||||
|
||||
- Issue #23585: make patchcheck will ensure the interpreter is built.
|
||||
|
||||
What's New in Python 3.5 alpha 2?
|
||||
=================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue