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
653c8509
Commit
653c8509
authored
Sep 06, 2016
by
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes issue26307: The profile-opt build now applys PGO to the built-in
modules.
parent
4bf580d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.pre.in
Makefile.pre.in
+1
-1
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Makefile.pre.in
View file @
653c8509
...
...
@@ -1595,7 +1595,7 @@ clean: pycremoval
-
rm
-f
pybuilddir.txt
-
rm
-f
Lib/lib2to3/
*
Grammar
*
.pickle
-
rm
-f
Programs/_testembed Programs/_freeze_importlib
-
rm
-rf
build
-
find build
-type
f
-a
!
-name
'*.gc??'
-exec
rm
-f
{}
';'
profile-removal
:
find
.
-name
'*.gc??'
-exec
rm
-f
{}
';'
...
...
Misc/NEWS
View file @
653c8509
...
...
@@ -10,6 +10,8 @@ Release date: TBA
Core and Builtins
-----------------
- Issue #26307: The profile-opt build now applys PGO to the built-in modules.
- Issue #27812: Properly clear out a generator'
s
frame
's backreference to the
generator to prevent crashes in frame.clear().
...
...
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