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
da8cef40
Commit
da8cef40
authored
Nov 24, 2014
by
Berker Peksag
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.
parent
a90e92da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Programs/_freeze_importlib.c
Programs/_freeze_importlib.c
+1
-1
Python/importlib.h
Python/importlib.h
+1
-1
No files found.
Programs/_freeze_importlib.c
View file @
da8cef40
...
...
@@ -28,7 +28,7 @@ const static struct _frozen _PyImport_FrozenModules[] = {
const
struct
_frozen
*
PyImport_FrozenModules
;
#endif
const
char
header
[]
=
"/* Auto-generated by
Module
s/_freeze_importlib.c */"
;
const
char
header
[]
=
"/* Auto-generated by
Program
s/_freeze_importlib.c */"
;
int
main
(
int
argc
,
char
*
argv
[])
...
...
Python/importlib.h
View file @
da8cef40
/* Auto-generated by
Module
s/_freeze_importlib.c */
/* Auto-generated by
Program
s/_freeze_importlib.c */
const
unsigned
char
_Py_M__importlib
[]
=
{
99
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
7
,
0
,
0
,
0
,
64
,
0
,
0
,
0
,
115
,
43
,
5
,
0
,
0
,
100
,
0
,
0
,
90
,
0
,
0
,
...
...
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