Patch #714957: Explain ADDMODULE MARKER.

This commit is contained in:
Martin v. Löwis 2003-04-18 10:51:14 +00:00
parent 2548c730c1
commit 6920652823

View file

@ -47,7 +47,7 @@ extern void initzipimport(void);
extern void init_random(void); extern void init_random(void);
extern void inititertools(void); extern void inititertools(void);
/* XXX tim: what's the purpose of ADDMODULE MARKER? */ /* tools/freeze/makeconfig.py marker for additional "extern" */
/* -- ADDMODULE MARKER 1 -- */ /* -- ADDMODULE MARKER 1 -- */
extern void PyMarshal_Init(void); extern void PyMarshal_Init(void);
@ -103,7 +103,7 @@ struct _inittab _PyImport_Inittab[] = {
{"xxsubtype", initxxsubtype}, {"xxsubtype", initxxsubtype},
{"zipimport", initzipimport}, {"zipimport", initzipimport},
/* XXX tim: what's the purpose of ADDMODULE MARKER? */ /* tools/freeze/makeconfig.py marker for additional "_inittab" entries */
/* -- ADDMODULE MARKER 2 -- */ /* -- ADDMODULE MARKER 2 -- */
/* This module "lives in" with marshal.c */ /* This module "lives in" with marshal.c */