mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
New batch of patches by Jeff Rush; moved his readme.txt portion here.
This commit is contained in:
parent
cee1dca4e7
commit
a34c31352b
5 changed files with 148 additions and 13 deletions
|
@ -63,6 +63,7 @@ extern void inittime();
|
|||
extern void initthread();
|
||||
extern void initcStringIO();
|
||||
extern void initcPickle();
|
||||
extern void initpcre();
|
||||
#ifdef WIN32
|
||||
extern void initmsvcrt();
|
||||
#endif
|
||||
|
@ -113,6 +114,7 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
#endif
|
||||
{"cStringIO", initcStringIO},
|
||||
{"cPickle", initcPickle},
|
||||
{"pcre", initpcre},
|
||||
#ifdef WIN32
|
||||
{"msvcrt", initmsvcrt},
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue