Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c7965e0c
Commit
c7965e0c
authored
Mar 16, 2015
by
Robert Collins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #23585: make patchcheck will ensure the interpreter is built.
parent
bbb8ade9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Makefile.pre.in
Makefile.pre.in
+1
-1
Misc/NEWS
Misc/NEWS
+4
-0
No files found.
Makefile.pre.in
View file @
c7965e0c
...
...
@@ -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
...
...
Misc/NEWS
View file @
c7965e0c
...
...
@@ -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
?
=================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment