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
8d4f06a7
Commit
8d4f06a7
authored
Feb 05, 2003
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added itertools module.
parent
b86a2e80
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
Mac/Build/PythonCore.mcp
Mac/Build/PythonCore.mcp
+0
-0
Mac/Build/PythonStandSmall.mcp
Mac/Build/PythonStandSmall.mcp
+0
-0
Mac/Modules/macconfig.c
Mac/Modules/macconfig.c
+2
-0
No files found.
Mac/Build/PythonCore.mcp
View file @
8d4f06a7
No preview for this file type
Mac/Build/PythonStandSmall.mcp
View file @
8d4f06a7
No preview for this file type
Mac/Modules/macconfig.c
View file @
8d4f06a7
...
@@ -177,6 +177,7 @@ extern void init_locale();
...
@@ -177,6 +177,7 @@ extern void init_locale();
extern
void
init_sre
();
extern
void
init_sre
();
extern
void
initxreadlines
();
extern
void
initxreadlines
();
extern
void
initzipimport
();
extern
void
initzipimport
();
extern
void
inititertools
();
/* -- ADDMODULE MARKER 1 -- */
/* -- ADDMODULE MARKER 1 -- */
extern
void
PyMarshal_Init
();
extern
void
PyMarshal_Init
();
...
@@ -301,6 +302,7 @@ struct _inittab _PyImport_Inittab[] = {
...
@@ -301,6 +302,7 @@ struct _inittab _PyImport_Inittab[] = {
{
"_sre"
,
init_sre
},
{
"_sre"
,
init_sre
},
{
"xreadlines"
,
initxreadlines
},
{
"xreadlines"
,
initxreadlines
},
{
"zipimport"
,
initzipimport
},
{
"zipimport"
,
initzipimport
},
{
"itertools"
,
inititertools
},
/* -- ADDMODULE MARKER 2 -- */
/* -- ADDMODULE MARKER 2 -- */
/* This module "lives in" with marshal.c */
/* This module "lives in" with marshal.c */
...
...
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