mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Added itertools module.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -177,6 +177,7 @@ extern void init_locale();
|
||||
extern void init_sre();
|
||||
extern void initxreadlines();
|
||||
extern void initzipimport();
|
||||
extern void inititertools();
|
||||
/* -- ADDMODULE MARKER 1 -- */
|
||||
|
||||
extern void PyMarshal_Init();
|
||||
@@ -301,6 +302,7 @@ struct _inittab _PyImport_Inittab[] = {
|
||||
{"_sre", init_sre},
|
||||
{"xreadlines", initxreadlines},
|
||||
{"zipimport", initzipimport},
|
||||
{"itertools", inititertools},
|
||||
/* -- ADDMODULE MARKER 2 -- */
|
||||
|
||||
/* This module "lives in" with marshal.c */
|
||||
|
||||
Reference in New Issue
Block a user