mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Merge of descr-branch back into trunk.
This commit is contained in:
parent
52d55a3926
commit
6d6c1a35e0
57 changed files with 6923 additions and 1309 deletions
|
|
@ -44,6 +44,7 @@ extern void init_locale(void);
|
|||
extern void init_codecs(void);
|
||||
extern void initxreadlines(void);
|
||||
extern void init_weakref(void);
|
||||
extern void initxxsubtype(void);
|
||||
|
||||
/* XXX tim: what's the purpose of ADDMODULE MARKER? */
|
||||
/* -- ADDMODULE MARKER 1 -- */
|
||||
|
|
@ -98,6 +99,8 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"xreadlines", initxreadlines},
|
||||
{"_weakref", init_weakref},
|
||||
|
||||
{"xxsubtype", initxxsubtype},
|
||||
|
||||
/* XXX tim: what's the purpose of ADDMODULE MARKER? */
|
||||
/* -- ADDMODULE MARKER 2 -- */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue