mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Patch #714957: Explain ADDMODULE MARKER.
This commit is contained in:
parent
2548c730c1
commit
6920652823
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue