mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Updated for 1.5.2a1
This commit is contained in:
parent
eaced79bbe
commit
14e0a0a972
2 changed files with 1 additions and 3 deletions
|
@ -1429,7 +1429,6 @@ _PyImport_LoadDynamicModule
|
|||
PyImport_AppendInittab
|
||||
PyImport_ExtendInittab
|
||||
initimp
|
||||
setint
|
||||
PyImport_Import
|
||||
PyImport_ReloadModule
|
||||
PyImport_ImportModuleEx
|
||||
|
@ -1662,6 +1661,7 @@ optind
|
|||
opterr
|
||||
PyImport_FrozenModules
|
||||
PyCode_Type
|
||||
_PyImport_Inittab
|
||||
pcre_free
|
||||
pcre_malloc
|
||||
pcre_ctypes
|
||||
|
@ -1669,7 +1669,6 @@ pcre_cbits
|
|||
pcre_fcc
|
||||
pcre_lcc
|
||||
Pcre_Type
|
||||
_PyImport_Inittab
|
||||
_ftype
|
||||
_fcreator
|
||||
errno
|
||||
|
|
|
@ -88,7 +88,6 @@ PyImport_Inittab
|
|||
PyImport_AppendInittab
|
||||
PyImport_ExtendInittab
|
||||
initimp
|
||||
setint
|
||||
PyImport_Import
|
||||
PyImport_ReloadModule
|
||||
PyImport_ImportModuleEx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue