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
01b1ff69
Commit
01b1ff69
authored
Aug 24, 2015
by
Larry Hastings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rebuilt Clinic generated code.
parent
1df0b35e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Python/clinic/import.c.h
Python/clinic/import.c.h
+2
-2
Python/import.c
Python/import.c
+1
-1
No files found.
Python/clinic/import.c.h
View file @
01b1ff69
...
...
@@ -322,7 +322,7 @@ PyDoc_STRVAR(_imp_exec_builtin__doc__,
"exec_builtin($module, mod, /)
\n
"
"--
\n
"
"
\n
"
"Initialize a
n extensio
n module."
);
"Initialize a
built-i
n module."
);
#define _IMP_EXEC_BUILTIN_METHODDEF \
{"exec_builtin", (PyCFunction)_imp_exec_builtin, METH_O, _imp_exec_builtin__doc__},
...
...
@@ -352,4 +352,4 @@ exit:
#ifndef _IMP_EXEC_DYNAMIC_METHODDEF
#define _IMP_EXEC_DYNAMIC_METHODDEF
#endif
/* !defined(_IMP_EXEC_DYNAMIC_METHODDEF) */
/*[clinic end generated code: output=
c38749cebcadbc3
b input=a9049054013a1b77]*/
/*[clinic end generated code: output=
32324a5e46cdfc4
b input=a9049054013a1b77]*/
Python/import.c
View file @
01b1ff69
...
...
@@ -2059,7 +2059,7 @@ Initialize a built-in module.
static
int
_imp_exec_builtin_impl
(
PyModuleDef
*
module
,
PyObject
*
mod
)
/*[clinic end generated code: output=215e99876a27e284 input=7
7ebec0c2a10ec
ca]*/
/*[clinic end generated code: output=215e99876a27e284 input=7
beed5a2f12a60
ca]*/
{
return
exec_builtin_or_dynamic
(
mod
);
}
...
...
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