Home | History | Annotate | Download | only in os2emx
      1 LIBRARY python27 INITINSTANCE TERMINSTANCE 
      2 DESCRIPTION "Python 2.6 Core DLL" 
      3 PROTMODE 
      4 DATA MULTIPLE NONSHARED 
      5 EXPORTS 
      6 
      7 ; From python27_s.lib(config)
      8   "_PyImport_Inittab"
      9 
     10 ; From python27_s.lib(dlfcn)
     11 ;  "dlopen"
     12 ;  "dlsym"
     13 ;  "dlclose"
     14 ;  "dlerror"
     15 
     16 ; From python27_s.lib(getpathp)
     17   "Py_GetProgramFullPath"
     18   "Py_GetPrefix"
     19   "Py_GetExecPrefix"
     20   "Py_GetPath"
     21 
     22 ; From python27_s.lib(getbuildinfo)
     23   "Py_GetBuildInfo"
     24   "_Py_svnversion"
     25 
     26 ; From python27_s.lib(main)
     27   "Py_Main"
     28   "Py_GetArgcArgv"
     29 
     30 ; From python27_s.lib(acceler)
     31   "PyGrammar_AddAccelerators"
     32   "PyGrammar_RemoveAccelerators"
     33 
     34 ; From python27_s.lib(grammar1)
     35   "PyGrammar_FindDFA"
     36   "PyGrammar_LabelRepr"
     37 
     38 ; From python27_s.lib(listnode)
     39   "PyNode_ListTree"
     40 
     41 ; From python27_s.lib(node)
     42   "PyNode_New"
     43   "PyNode_AddChild"
     44   "PyNode_Free"
     45 
     46 ; From python27_s.lib(parser)
     47   "PyParser_AddToken"
     48   "PyParser_New"
     49   "PyParser_Delete"
     50 
     51 ; From python27_s.lib(parsetok)
     52   "Py_TabcheckFlag"
     53   "PyParser_ParseString"
     54   "PyParser_ParseStringFlagsFilename"
     55   "PyParser_ParseFile"
     56   "PyParser_ParseFileFlags"
     57   "PyParser_ParseStringFlags"
     58 
     59 ; From python27_s.lib(bitset)
     60   "_Py_newbitset"
     61   "_Py_delbitset"
     62   "_Py_addbit"
     63   "_Py_samebitset"
     64   "_Py_mergebitset"
     65 
     66 ; From python27_s.lib(metagrammar)
     67   "_Py_meta_grammar"
     68   "Py_meta_grammar"
     69 
     70 ; From python27_s.lib(tokenizer)
     71   "PyToken_OneChar"
     72   "PyToken_TwoChars"
     73   "PyToken_ThreeChars"
     74   "PyTokenizer_FromString"
     75   "PyTokenizer_Free"
     76   "PyTokenizer_FromFile"
     77   "PyTokenizer_Get"
     78   "_PyParser_TokenNames"
     79 
     80 ; From python27_s.lib(myreadline)
     81   "_PyOS_ReadlineTState"
     82   "PyOS_ReadlineFunctionPointer"
     83   "PyOS_StdioReadline"
     84   "PyOS_Readline"
     85   "PyOS_InputHook"
     86 
     87 ; From python27_s.lib(abstract)
     88   "_PyObject_LengthHint"
     89   "PyMapping_Size"
     90   "PyObject_CallMethod"
     91   "PyObject_GetItem"
     92   "PySequence_GetItem"
     93   "PyObject_SetItem"
     94   "PySequence_SetItem"
     95   "PyObject_DelItem"
     96   "PySequence_DelItem"
     97   "PyNumber_Multiply"
     98   "PyNumber_InPlaceAdd"
     99   "PyNumber_InPlaceMultiply"
    100   "PyNumber_Int"
    101   "PyNumber_Long"
    102   "PyNumber_Float"
    103   "PySequence_Concat"
    104   "PySequence_Repeat"
    105   "PySequence_InPlaceConcat"
    106   "PySequence_InPlaceRepeat"
    107   "PySequence_GetSlice"
    108   "PySequence_SetSlice"
    109   "PySequence_Tuple"
    110   "PyObject_GetIter"
    111   "PyIter_Next"
    112   "PySequence_Fast"
    113   "_PySequence_IterSearch"
    114   "PyObject_CallFunction"
    115   "_PyObject_CallFunction_SizeT"
    116   "_PyObject_CallMethod_SizeT"
    117   "PyObject_CallMethodObjArgs"
    118   "PyObject_CallFunctionObjArgs"
    119   "PyObject_Cmp"
    120   "PyObject_Call"
    121   "PyObject_CallObject"
    122   "PyObject_Type"
    123   "PyObject_Size"
    124   "PyObject_Length"
    125   "PyObject_DelItemString"
    126   "PyObject_AsCharBuffer"
    127   "PyObject_CheckReadBuffer"
    128   "PyObject_AsReadBuffer"
    129   "PyObject_AsWriteBuffer"
    130   "PyNumber_Check"
    131   "PyNumber_Add"
    132   "PyNumber_Subtract"
    133   "PyNumber_Divide"
    134   "PyNumber_FloorDivide"
    135   "PyNumber_TrueDivide"
    136   "PyNumber_Remainder"
    137   "PyNumber_Divmod"
    138   "PyNumber_Power"
    139   "PyNumber_Negative"
    140   "PyNumber_Positive"
    141   "PyNumber_Absolute"
    142   "PyNumber_Invert"
    143   "PyNumber_Lshift"
    144   "PyNumber_Rshift"
    145   "PyNumber_And"
    146   "PyNumber_Xor"
    147   "PyNumber_Or"
    148   "PyNumber_Index"
    149   "PyNumber_InPlaceSubtract"
    150   "PyNumber_InPlaceDivide"
    151   "PyNumber_InPlaceFloorDivide"
    152   "PyNumber_InPlaceTrueDivide"
    153   "PyNumber_InPlaceRemainder"
    154   "PyNumber_InPlacePower"
    155   "PyNumber_InPlaceLshift"
    156   "PyNumber_InPlaceRshift"
    157   "PyNumber_InPlaceAnd"
    158   "PyNumber_InPlaceXor"
    159   "PyNumber_InPlaceOr"
    160   "PySequence_Check"
    161   "PySequence_Size"
    162   "PySequence_Length"
    163   "PySequence_DelSlice"
    164   "PySequence_List"
    165   "PySequence_Count"
    166   "PySequence_Contains"
    167   "PySequence_In"
    168   "PySequence_Index"
    169   "PyMapping_Check"
    170   "PyMapping_Length"
    171   "PyMapping_HasKeyString"
    172   "PyMapping_HasKey"
    173   "PyMapping_GetItemString"
    174   "PyMapping_SetItemString"
    175   "PyObject_IsInstance"
    176   "PyObject_IsSubclass"
    177 
    178 ; From python27_s.lib(boolobject)
    179   "PyBool_FromLong"
    180   "PyBool_Type"
    181   "_Py_ZeroStruct"
    182   "_Py_TrueStruct"
    183 
    184 ; From python27_s.lib(bufferobject)
    185   "PyBuffer_FromObject"
    186   "PyBuffer_FromReadWriteObject"
    187   "PyBuffer_FromMemory"
    188   "PyBuffer_FromReadWriteMemory"
    189   "PyBuffer_New"
    190   "PyBuffer_Type"
    191 
    192 ; From python27_s.lib(cellobject)
    193   "PyCell_New"
    194   "PyCell_Get"
    195   "PyCell_Set"
    196   "PyCell_Type"
    197 
    198 ; From python27_s.lib(classobject)
    199   "PyClass_New"
    200   "PyClass_IsSubclass"
    201   "PyInstance_New"
    202   "PyInstance_NewRaw"
    203   "PyMethod_New"
    204   "PyMethod_Function"
    205   "PyMethod_Self"
    206   "PyMethod_Class"
    207   "_PyInstance_Lookup"
    208   "PyMethod_Fini"
    209   "PyClass_Type"
    210   "PyInstance_Type"
    211   "PyMethod_Type"
    212 
    213 ; From python27_s.lib(capsule)
    214   "PyCapsule_GetContext"
    215   "PyCapsule_GetDestructor"
    216   "PyCapsule_GetName"
    217   "PyCapsule_GetPointer"
    218   "PyCapsule_Import"
    219   "PyCapsule_IsValid"
    220   "PyCapsule_New"
    221   "PyCapsule_SetContext"
    222   "PyCapsule_SetDestructor"
    223   "PyCapsule_SetName"
    224   "PyCapsule_SetPointer"
    225 
    226 ; From python27_s.lib(cobject)
    227   "PyCObject_FromVoidPtr"
    228   "PyCObject_FromVoidPtrAndDesc"
    229   "PyCObject_AsVoidPtr"
    230   "PyCObject_GetDesc"
    231   "PyCObject_Import"
    232   "PyCObject_SetVoidPtr"
    233   "PyCObject_Type"
    234 
    235 ; From python27_s.lib(codeobject)
    236   "PyCode_New"
    237   "PyCode_Addr2Line"
    238   "PyCode_CheckLineNumber"
    239   "PyCode_Type"
    240 
    241 ; From python27_s.lib(complexobject)
    242   "_Py_c_pow"
    243   "_Py_c_sum"
    244   "_Py_c_diff"
    245   "_Py_c_neg"
    246   "_Py_c_prod"
    247   "_Py_c_quot"
    248   "PyComplex_FromCComplex"
    249   "PyComplex_FromDoubles"
    250   "PyComplex_RealAsDouble"
    251   "PyComplex_ImagAsDouble"
    252   "PyComplex_AsCComplex"
    253   "PyComplex_Type"
    254 
    255 ; From python27_s.lib(descrobject)
    256   "PyWrapper_New"
    257   "PyDescr_NewMethod"
    258   "PyDescr_NewClassMethod"
    259   "PyDescr_NewMember"
    260   "PyDescr_NewGetSet"
    261   "PyDescr_NewWrapper"
    262   "PyDictProxy_New"
    263   "PyWrapperDescr_Type"
    264   "PyProperty_Type"
    265 
    266 ; From python27_s.lib(dictobject)
    267   "PyDict_New"
    268   "PyDict_GetItem"
    269   "PyDict_SetItem"
    270   "PyDict_DelItem"
    271   "PyDict_Clear"
    272   "PyDict_MergeFromSeq2"
    273   "PyDict_Merge"
    274   "PyDict_Keys"
    275   "PyDict_Values"
    276   "PyDict_Contains"
    277   "PyDict_Next"
    278   "PyDict_Items"
    279   "PyDict_Size"
    280   "PyDict_Copy"
    281   "PyDict_Update"
    282   "PyDict_GetItemString"
    283   "PyDict_SetItemString"
    284   "PyDict_DelItemString"
    285   "PyDict_Type"
    286   "PyDictIterKey_Type"
    287   "PyDictIterValue_Type"
    288   "PyDictIterItem_Type"
    289 
    290 ; From python27_s.lib(enumobject)
    291   "PyEnum_Type"
    292   "PyReversed_Type"
    293 
    294 ; From python27_s.lib(fileobject)
    295   "PyFile_FromString"
    296   "Py_UniversalNewlineFread"
    297   "PyFile_GetLine"
    298   "PyFile_SoftSpace"
    299   "PyFile_WriteObject"
    300   "PyFile_WriteString"
    301   "PyObject_AsFileDescriptor"
    302   "Py_UniversalNewlineFgets"
    303   "PyFile_SetBufSize"
    304   "PyFile_SetEncoding"
    305   "PyFile_FromFile"
    306   "PyFile_AsFile"
    307   "PyFile_Name"
    308   "PyFile_Type"
    309 
    310 ; From python27_s.lib(floatobject)
    311   "PyFloat_FromString"
    312   "PyFloat_AsDouble"
    313   "PyFloat_Fini"
    314   "_PyFloat_Pack4"
    315   "_PyFloat_Pack8"
    316   "_PyFloat_Unpack4"
    317   "_PyFloat_Unpack8"
    318   "PyFloat_FromDouble"
    319   "PyFloat_AsReprString"
    320   "PyFloat_AsString"
    321   "_PyFloat_Init"
    322   "PyFloat_Type"
    323 
    324 ; From python27_s.lib(frameobject)
    325   "PyFrame_New"
    326   "PyFrame_FastToLocals"
    327   "PyFrame_LocalsToFast"
    328   "_PyFrame_Init"
    329   "PyFrame_Fini"
    330   "PyFrame_BlockSetup"
    331   "PyFrame_BlockPop"
    332   "PyFrame_Type"
    333 
    334 ; From python27_s.lib(funcobject)
    335   "PyFunction_New"
    336   "PyFunction_GetCode"
    337   "PyFunction_GetGlobals"
    338   "PyFunction_GetModule"
    339   "PyFunction_GetDefaults"
    340   "PyFunction_SetDefaults"
    341   "PyFunction_GetClosure"
    342   "PyFunction_SetClosure"
    343   "PyClassMethod_New"
    344   "PyStaticMethod_New"
    345   "PyFunction_Type"
    346   "PyClassMethod_Type"
    347   "PyStaticMethod_Type"
    348 
    349 ; From python27_s.lib(genobject)
    350   "PyGen_New"
    351   "PyGen_NeedsFinalizing"
    352   "PyGen_Type"
    353 
    354 ; From python27_s.lib(intobject)
    355   "PyInt_AsLong"
    356   "PyInt_AsUnsignedLongMask"
    357   "PyInt_AsUnsignedLongLongMask"
    358   "PyInt_FromString"
    359   "PyInt_AsSsize_t"
    360   "PyInt_Fini"
    361   "PyInt_FromUnicode"
    362   "PyInt_FromLong"
    363   "PyInt_FromSize_t"
    364   "PyInt_FromSsize_t"
    365   "PyInt_GetMax"
    366   "_PyInt_Init"
    367   "PyInt_Type"
    368 
    369 ; From python27_s.lib(iterobject)
    370   "PySeqIter_New"
    371   "PyCallIter_New"
    372   "PySeqIter_Type"
    373   "PyCallIter_Type"
    374 
    375 ; From python27_s.lib(listobject)
    376   "PyList_New"
    377   "PyList_Append"
    378   "PyList_Size"
    379   "PyList_GetItem"
    380   "PyList_SetItem"
    381   "PyList_Insert"
    382   "PyList_GetSlice"
    383   "PyList_SetSlice"
    384   "PyList_Sort"
    385   "PyList_Reverse"
    386   "PyList_AsTuple"
    387   "_PyList_Extend"
    388   "PyList_Fini"
    389   "PyList_Type"
    390   "PyListIter_Type"
    391   "PyListRevIter_Type"
    392 
    393 ; From python27_s.lib(longobject)
    394   "PyLong_FromDouble"
    395   "PyLong_AsLong"
    396   "_PyLong_AsSsize_t"
    397   "PyLong_AsUnsignedLong"
    398   "_PyLong_FromByteArray"
    399   "_PyLong_AsByteArray"
    400   "PyLong_AsDouble"
    401   "PyLong_FromLongLong"
    402   "PyLong_AsLongLong"
    403   "PyLong_FromString"
    404   "PyLong_FromLong"
    405   "PyLong_FromUnsignedLong"
    406   "PyLong_AsUnsignedLongMask"
    407   "_PyLong_FromSize_t"
    408   "_PyLong_FromSsize_t"
    409   "_PyLong_AsScaledDouble"
    410   "PyLong_FromVoidPtr"
    411   "PyLong_AsVoidPtr"
    412   "PyLong_FromUnsignedLongLong"
    413   "PyLong_AsUnsignedLongLong"
    414   "PyLong_AsUnsignedLongLongMask"
    415   "PyLong_FromUnicode"
    416   "_PyLong_Sign"
    417   "_PyLong_NumBits"
    418   "_PyLong_New"
    419   "_PyLong_Copy"
    420   "PyLong_Type"
    421   "_PyLong_DigitValue"
    422 
    423 ; From python27_s.lib(methodobject)
    424   "PyCFunction_Call"
    425   "Py_FindMethodInChain"
    426   "PyCFunction_GetFunction"
    427   "PyCFunction_GetSelf"
    428   "PyCFunction_GetFlags"
    429   "Py_FindMethod"
    430   "PyCFunction_NewEx"
    431   "PyCFunction_Fini"
    432   "PyCFunction_New"
    433   "PyCFunction_Type"
    434 
    435 ; From python27_s.lib(moduleobject)
    436   "PyModule_New"
    437   "_PyModule_Clear"
    438   "PyModule_GetDict"
    439   "PyModule_GetName"
    440   "PyModule_GetFilename"
    441   "PyModule_Type"
    442 
    443 ; From python27_s.lib(object)
    444   "Py_DivisionWarningFlag"
    445   "PyObject_Str"
    446   "PyObject_Repr"
    447   "_PyObject_Str"
    448   "PyObject_Unicode"
    449   "PyObject_GetAttr"
    450   "PyObject_IsTrue"
    451   "PyNumber_CoerceEx"
    452   "PyObject_Compare"
    453   "PyObject_RichCompare"
    454   "_Py_HashDouble"
    455   "PyObject_Hash"
    456   "PyObject_SetAttr"
    457   "PyObject_GenericGetAttr"
    458   "PyObject_GenericSetAttr"
    459   "PyCallable_Check"
    460   "PyObject_Dir"
    461   "PyMem_Malloc"
    462   "PyMem_Realloc"
    463   "PyMem_Free"
    464   "PyObject_Print"
    465   "_PyObject_Dump"
    466   "PyObject_RichCompareBool"
    467   "PyObject_GetAttrString"
    468   "PyObject_SetAttrString"
    469   "PyObject_HasAttrString"
    470   "PyObject_HasAttr"
    471   "_PyObject_GetDictPtr"
    472   "PyObject_SelfIter"
    473   "PyObject_Not"
    474   "PyNumber_Coerce"
    475   "Py_ReprEnter"
    476   "Py_ReprLeave"
    477   "_Py_HashPointer"
    478   "Py_IncRef"
    479   "Py_DecRef"
    480   "_PyTrash_deposit_object"
    481   "_PyTrash_destroy_chain"
    482   "PyObject_Init"
    483   "PyObject_InitVar"
    484   "_PyObject_New"
    485   "_PyObject_NewVar"
    486   "_PyObject_Del"
    487   "_Py_ReadyTypes"
    488   "_Py_SwappedOp"
    489   "_Py_NotImplementedStruct"
    490   "_Py_NoneStruct"
    491   "_Py_cobject_hack"
    492   "_Py_abstract_hack"
    493   "_PyTrash_delete_nesting"
    494   "_PyTrash_delete_later"
    495 
    496 ; From python27_s.lib(obmalloc)
    497   "PyObject_Malloc"
    498   "PyObject_Free"
    499   "PyObject_Realloc"
    500 
    501 ; From python27_s.lib(rangeobject)
    502   "PyRange_Type"
    503 
    504 ; From python27_s.lib(setobject)
    505   "PySet_Pop"
    506   "PySet_New"
    507   "PyFrozenSet_New"
    508   "PySet_Size"
    509   "PySet_Clear"
    510   "PySet_Contains"
    511   "PySet_Discard"
    512   "PySet_Add"
    513   "_PySet_Next"
    514   "_PySet_Update"
    515   "PySet_Fini"
    516   "PySet_Type"
    517   "PyFrozenSet_Type"
    518 
    519 ; From python27_s.lib(sliceobject)
    520   "_PySlice_FromIndices"
    521   "PySlice_GetIndices"
    522   "PySlice_GetIndicesEx"
    523   "PySlice_New"
    524   "_Py_EllipsisObject"
    525   "PySlice_Type"
    526 
    527 ; From python27_s.lib(stringobject)
    528   "PyString_FromStringAndSize"
    529   "PyString_InternInPlace"
    530   "PyString_FromString"
    531   "PyString_FromFormatV"
    532   "PyString_AsString"
    533   "_PyString_Resize"
    534   "PyString_FromFormat"
    535   "PyString_AsDecodedString"
    536   "PyString_AsEncodedString"
    537   "PyString_DecodeEscape"
    538   "PyString_Repr"
    539   "PyString_AsStringAndSize"
    540   "_PyString_FormatLong"
    541   "PyString_Format"
    542   "_Py_ReleaseInternedStrings"
    543   "PyString_Size"
    544   "PyString_Concat"
    545   "PyString_ConcatAndDel"
    546   "_PyString_Eq"
    547   "PyString_InternImmortal"
    548   "PyString_InternFromString"
    549   "_PyString_Join"
    550   "PyString_Decode"
    551   "PyString_Encode"
    552   "PyString_AsEncodedObject"
    553   "PyString_AsDecodedObject"
    554   "PyString_Fini"
    555   "PyString_Type"
    556   "PyBaseString_Type"
    557 
    558 ; From python27_s.lib(structseq)
    559   "PyStructSequence_InitType"
    560   "PyStructSequence_New"
    561   "PyStructSequence_UnnamedField"
    562 
    563 ; From python27_s.lib(tupleobject)
    564   "PyTuple_New"
    565   "PyTuple_Pack"
    566   "_PyTuple_Resize"
    567   "PyTuple_Size"
    568   "PyTuple_GetItem"
    569   "PyTuple_SetItem"
    570   "PyTuple_GetSlice"
    571   "PyTuple_Fini"
    572   "PyTuple_Type"
    573   "PyTupleIter_Type"
    574 
    575 ; From python27_s.lib(typeobject)
    576   "PyType_IsSubtype"
    577   "_PyType_Lookup"
    578   "PyType_Ready"
    579   "PyType_GenericAlloc"
    580   "_PyObject_SlotCompare"
    581   "PyType_GenericNew"
    582   "PyType_Type"
    583   "PyBaseObject_Type"
    584   "PySuper_Type"
    585 
    586 ; From python27_s.lib(unicodeobject)
    587   "PyUnicodeUCS2_Resize"
    588   "PyUnicodeUCS2_FromOrdinal"
    589   "PyUnicodeUCS2_FromObject"
    590   "PyUnicodeUCS2_FromEncodedObject"
    591   "PyUnicodeUCS2_Decode"
    592   "PyUnicodeUCS2_GetDefaultEncoding"
    593   "PyUnicodeUCS2_DecodeUTF8"
    594   "PyUnicodeUCS2_DecodeLatin1"
    595   "PyUnicodeUCS2_DecodeASCII"
    596   "PyUnicodeUCS2_AsEncodedString"
    597   "PyUnicodeUCS2_AsUTF8String"
    598   "PyUnicodeUCS2_AsLatin1String"
    599   "PyUnicodeUCS2_AsASCIIString"
    600   "PyUnicode_DecodeUTF7"
    601   "PyUnicode_EncodeUTF7"
    602   "PyUnicodeUCS2_DecodeUTF8Stateful"
    603   "PyUnicodeUCS2_EncodeUTF8"
    604   "PyUnicodeUCS2_DecodeUTF16Stateful"
    605   "PyUnicodeUCS2_AsUTF16String"
    606   "PyUnicodeUCS2_DecodeUnicodeEscape"
    607   "PyUnicodeUCS2_DecodeRawUnicodeEscape"
    608   "PyUnicodeUCS2_EncodeRawUnicodeEscape"
    609   "_PyUnicode_DecodeUnicodeInternal"
    610   "PyUnicodeUCS2_DecodeCharmap"
    611   "PyUnicode_BuildEncodingMap"
    612   "PyUnicodeUCS2_EncodeCharmap"
    613   "PyUnicodeUCS2_TranslateCharmap"
    614   "PyUnicodeUCS2_EncodeDecimal"
    615   "PyUnicodeUCS2_Count"
    616   "PyUnicodeUCS2_Find"
    617   "PyUnicodeUCS2_Join"
    618   "PyUnicodeUCS2_Splitlines"
    619   "PyUnicodeUCS2_Compare"
    620   "PyUnicodeUCS2_Contains"
    621   "PyUnicodeUCS2_Concat"
    622   "_PyUnicode_XStrip"
    623   "PyUnicodeUCS2_Replace"
    624   "PyUnicodeUCS2_Split"
    625   "PyUnicodeUCS2_RSplit"
    626   "PyUnicodeUCS2_Format"
    627   "_PyUnicodeUCS2_Init"
    628   "_PyUnicodeUCS2_Fini"
    629   "PyUnicodeUCS2_FromUnicode"
    630   "PyUnicodeUCS2_AsUnicode"
    631   "PyUnicodeUCS2_GetSize"
    632   "PyUnicodeUCS2_GetMax"
    633   "_PyUnicodeUCS2_AsDefaultEncodedString"
    634   "PyUnicodeUCS2_SetDefaultEncoding"
    635   "PyUnicodeUCS2_Encode"
    636   "PyUnicodeUCS2_AsEncodedObject"
    637   "PyUnicodeUCS2_DecodeUTF16"
    638   "PyUnicodeUCS2_EncodeUTF16"
    639   "PyUnicodeUCS2_AsUnicodeEscapeString"
    640   "PyUnicodeUCS2_EncodeUnicodeEscape"
    641   "PyUnicodeUCS2_AsRawUnicodeEscapeString"
    642   "PyUnicodeUCS2_EncodeLatin1"
    643   "PyUnicodeUCS2_EncodeASCII"
    644   "PyUnicodeUCS2_AsCharmapString"
    645   "PyUnicodeUCS2_Partition"
    646   "PyUnicodeUCS2_RPartition"
    647   "PyUnicodeUCS2_Translate"
    648   "PyUnicodeUCS2_Tailmatch"
    649   "PyUnicode_AsDecodedObject"
    650   "PyUnicode_Type"
    651 
    652 ; From python27_s.lib(unicodectype)
    653   "_PyUnicode_TypeRecords"
    654   "_PyUnicodeUCS2_ToNumeric"
    655   "_PyUnicodeUCS2_IsLowercase"
    656   "_PyUnicodeUCS2_IsUppercase"
    657   "_PyUnicodeUCS2_IsTitlecase"
    658   "_PyUnicodeUCS2_IsWhitespace"
    659   "_PyUnicodeUCS2_IsLinebreak"
    660   "_PyUnicodeUCS2_ToLowercase"
    661   "_PyUnicodeUCS2_ToUppercase"
    662   "_PyUnicodeUCS2_ToTitlecase"
    663   "_PyUnicodeUCS2_ToDecimalDigit"
    664   "_PyUnicodeUCS2_ToDigit"
    665   "_PyUnicodeUCS2_IsDecimalDigit"
    666   "_PyUnicodeUCS2_IsDigit"
    667   "_PyUnicodeUCS2_IsNumeric"
    668   "_PyUnicodeUCS2_IsAlpha"
    669 
    670 ; From python27_s.lib(weakrefobject)
    671   "PyWeakref_NewRef"
    672   "PyWeakref_NewProxy"
    673   "PyObject_ClearWeakRefs"
    674   "PyWeakref_GetObject"
    675   "_PyWeakref_GetWeakrefCount"
    676   "_PyWeakref_ClearRef"
    677   "_PyWeakref_RefType"
    678   "_PyWeakref_ProxyType"
    679   "_PyWeakref_CallableProxyType"
    680 
    681 ; From python27_s.lib(Python-ast)
    682 ;  "init_ast"
    683   "Module"
    684   "Interactive"
    685   "Expression"
    686   "Suite"
    687   "FunctionDef"
    688   "ClassDef"
    689   "Return"
    690   "Delete"
    691   "Assign"
    692   "AugAssign"
    693   "Print"
    694   "For"
    695   "While"
    696   "If"
    697   "With"
    698   "Raise"
    699   "TryExcept"
    700   "TryFinally"
    701   "Assert"
    702   "Import"
    703   "ImportFrom"
    704   "Exec"
    705   "Global"
    706   "Expr"
    707   "Pass"
    708   "Break"
    709   "Continue"
    710   "BoolOp"
    711   "BinOp"
    712   "UnaryOp"
    713   "Lambda"
    714   "IfExp"
    715   "Dict"
    716   "ListComp"
    717   "GeneratorExp"
    718   "Yield"
    719   "Compare"
    720   "Call"
    721   "Repr"
    722   "Num"
    723   "Str"
    724   "Attribute"
    725   "Subscript"
    726   "Name"
    727   "List"
    728   "Tuple"
    729   "Ellipsis"
    730   "Slice"
    731   "ExtSlice"
    732   "Index"
    733   "comprehension"
    734   "excepthandler"
    735   "arguments"
    736   "keyword"
    737   "alias"
    738   "PyAST_mod2obj"
    739 
    740 ; From python27_s.lib(asdl)
    741   "asdl_seq_new"
    742   "asdl_int_seq_new"
    743 
    744 ; From python27_s.lib(ast)
    745   "PyAST_FromNode"
    746 
    747 ; From python27_s.lib(bltinmodule)
    748   "_PyBuiltin_Init"
    749   "Py_FileSystemDefaultEncoding"
    750 
    751 ; From python27_s.lib(exceptions)
    752   "PyUnicodeEncodeError_GetStart"
    753   "PyUnicodeDecodeError_GetStart"
    754   "PyUnicodeEncodeError_GetEnd"
    755   "PyUnicodeDecodeError_GetEnd"
    756   "_PyExc_Init"
    757   "PyUnicodeDecodeError_Create"
    758   "PyUnicodeEncodeError_Create"
    759   "PyUnicodeTranslateError_Create"
    760   "PyUnicodeEncodeError_GetEncoding"
    761   "PyUnicodeDecodeError_GetEncoding"
    762   "PyUnicodeEncodeError_GetObject"
    763   "PyUnicodeDecodeError_GetObject"
    764   "PyUnicodeTranslateError_GetObject"
    765   "PyUnicodeTranslateError_GetStart"
    766   "PyUnicodeEncodeError_SetStart"
    767   "PyUnicodeDecodeError_SetStart"
    768   "PyUnicodeTranslateError_SetStart"
    769   "PyUnicodeTranslateError_GetEnd"
    770   "PyUnicodeEncodeError_SetEnd"
    771   "PyUnicodeDecodeError_SetEnd"
    772   "PyUnicodeTranslateError_SetEnd"
    773   "PyUnicodeEncodeError_GetReason"
    774   "PyUnicodeDecodeError_GetReason"
    775   "PyUnicodeTranslateError_GetReason"
    776   "PyUnicodeEncodeError_SetReason"
    777   "PyUnicodeDecodeError_SetReason"
    778   "PyUnicodeTranslateError_SetReason"
    779   "_PyExc_Fini"
    780   "PyExc_BaseException"
    781   "PyExc_Exception"
    782   "PyExc_StandardError"
    783   "PyExc_TypeError"
    784   "PyExc_StopIteration"
    785   "PyExc_GeneratorExit"
    786   "PyExc_SystemExit"
    787   "PyExc_KeyboardInterrupt"
    788   "PyExc_ImportError"
    789   "PyExc_EnvironmentError"
    790   "PyExc_IOError"
    791   "PyExc_OSError"
    792   "PyExc_EOFError"
    793   "PyExc_RuntimeError"
    794   "PyExc_NotImplementedError"
    795   "PyExc_NameError"
    796   "PyExc_UnboundLocalError"
    797   "PyExc_AttributeError"
    798   "PyExc_IndexError"
    799   "PyExc_SyntaxError"
    800   "PyExc_IndentationError"
    801   "PyExc_TabError"
    802   "PyExc_LookupError"
    803   "PyExc_KeyError"
    804   "PyExc_ValueError"
    805   "PyExc_UnicodeError"
    806   "PyExc_UnicodeEncodeError"
    807   "PyExc_UnicodeDecodeError"
    808   "PyExc_UnicodeTranslateError"
    809   "PyExc_AssertionError"
    810   "PyExc_ArithmeticError"
    811   "PyExc_FloatingPointError"
    812   "PyExc_OverflowError"
    813   "PyExc_ZeroDivisionError"
    814   "PyExc_SystemError"
    815   "PyExc_ReferenceError"
    816   "PyExc_MemoryError"
    817   "PyExc_Warning"
    818   "PyExc_UserWarning"
    819   "PyExc_DeprecationWarning"
    820   "PyExc_PendingDeprecationWarning"
    821   "PyExc_SyntaxWarning"
    822   "PyExc_RuntimeWarning"
    823   "PyExc_FutureWarning"
    824   "PyExc_ImportWarning"
    825   "PyExc_MemoryErrorInst"
    826 
    827 ; From python27_s.lib(ceval)
    828   "PyEval_EvalFrameEx"
    829   "PyEval_CallObjectWithKeywords"
    830   "PyEval_EvalCodeEx"
    831   "PyEval_GetFrame"
    832   "PyEval_CallObject"
    833   "PyEval_SetProfile"
    834   "PyEval_SetTrace"
    835   "PyEval_GetBuiltins"
    836   "PyEval_GetGlobals"
    837   "PyEval_GetLocals"
    838   "PyEval_GetRestricted"
    839   "PyEval_MergeCompilerFlags"
    840   "Py_FlushLine"
    841   "Py_AddPendingCall"
    842   "Py_MakePendingCalls"
    843   "Py_SetRecursionLimit"
    844   "Py_GetRecursionLimit"
    845   "_Py_CheckRecursiveCall"
    846   "PyEval_GetFuncName"
    847   "PyEval_GetFuncDesc"
    848   "PyEval_GetCallStats"
    849   "PyEval_EvalFrame"
    850   "PyEval_SaveThread"
    851   "PyEval_RestoreThread"
    852   "PyEval_ThreadsInitialized"
    853   "PyEval_InitThreads"
    854   "PyEval_AcquireLock"
    855   "PyEval_ReleaseLock"
    856   "PyEval_AcquireThread"
    857   "PyEval_ReleaseThread"
    858   "PyEval_ReInitThreads"
    859   "_PyEval_SliceIndex"
    860   "PyEval_EvalCode"
    861   "_PyEval_CallTracing"
    862   "_Py_CheckRecursionLimit"
    863   "_Py_CheckInterval"
    864   "_Py_Ticker"
    865 
    866 ; From python27_s.lib(compile)
    867   "_Py_Mangle"
    868   "PyAST_Compile"
    869   "PyNode_Compile"
    870   "Py_OptimizeFlag"
    871 
    872 ; From python27_s.lib(codecs)
    873   "_PyCodec_Lookup"
    874   "PyCodec_Encode"
    875   "PyCodec_Decode"
    876   "PyCodec_IgnoreErrors"
    877   "PyCodec_ReplaceErrors"
    878   "PyCodec_XMLCharRefReplaceErrors"
    879   "PyCodec_BackslashReplaceErrors"
    880   "PyCodec_Register"
    881   "PyCodec_Encoder"
    882   "PyCodec_Decoder"
    883   "PyCodec_IncrementalEncoder"
    884   "PyCodec_IncrementalDecoder"
    885   "PyCodec_StreamReader"
    886   "PyCodec_StreamWriter"
    887   "PyCodec_RegisterError"
    888   "PyCodec_LookupError"
    889   "PyCodec_StrictErrors"
    890 
    891 ; From python27_s.lib(errors)
    892   "PyErr_SetNone"
    893   "PyErr_SetString"
    894   "PyErr_GivenExceptionMatches"
    895   "PyErr_NormalizeException"
    896   "PyErr_Fetch"
    897   "PyErr_Clear"
    898   "PyErr_NoMemory"
    899   "PyErr_SetFromErrnoWithFilenameObject"
    900   "PyErr_Format"
    901   "PyErr_NewException"
    902   "PyErr_WriteUnraisable"
    903   "PyErr_SyntaxLocation"
    904   "PyErr_ProgramText"
    905   "PyErr_SetObject"
    906   "PyErr_Occurred"
    907   "PyErr_Restore"
    908   "PyErr_ExceptionMatches"
    909   "PyErr_BadArgument"
    910   "PyErr_SetFromErrno"
    911   "PyErr_SetFromErrnoWithFilename"
    912   "PyErr_BadInternalCall"
    913   "_PyErr_BadInternalCall"
    914   "PyErr_Warn"
    915   "PyErr_WarnExplicit"
    916 
    917 ; From python27_s.lib(frozen)
    918   "PyImport_FrozenModules"
    919 
    920 ; From python27_s.lib(frozenmain)
    921   "Py_FrozenMain"
    922 
    923 ; From python27_s.lib(future)
    924   "PyFuture_FromAST"
    925 
    926 ; From python27_s.lib(getargs)
    927   "PyArg_Parse"
    928   "_PyArg_Parse_SizeT"
    929   "PyArg_ParseTuple"
    930   "_PyArg_ParseTuple_SizeT"
    931   "PyArg_ParseTupleAndKeywords"
    932   "_PyArg_ParseTupleAndKeywords_SizeT"
    933   "PyArg_UnpackTuple"
    934   "_PyArg_NoKeywords"
    935   "PyArg_VaParse"
    936   "PyArg_VaParseTupleAndKeywords"
    937   "_PyArg_VaParse_SizeT"
    938   "_PyArg_VaParseTupleAndKeywords_SizeT"
    939 
    940 ; From python27_s.lib(getcompiler)
    941   "Py_GetCompiler"
    942 
    943 ; From python27_s.lib(getcopyright)
    944   "Py_GetCopyright"
    945 
    946 ; From python27_s.lib(getplatform)
    947   "Py_GetPlatform"
    948 
    949 ; From python27_s.lib(getversion)
    950   "Py_GetVersion"
    951 
    952 ; From python27_s.lib(graminit)
    953   "_PyParser_Grammar"
    954 
    955 ; From python27_s.lib(import)
    956   "_PyImport_Init"
    957   "_PyImportHooks_Init"
    958   "PyImport_ImportModule"
    959   "PyImport_Cleanup"
    960   "_PyImport_FixupExtension"
    961   "PyImport_AddModule"
    962   "PyImport_ExecCodeModuleEx"
    963   "PyImport_ImportFrozenModule"
    964   "PyImport_ImportModuleEx"
    965   "PyImport_ImportModuleLevel"
    966   "PyImport_ReloadModule"
    967   "PyImport_Import"
    968 ;  "initimp"
    969   "_PyImport_Fini"
    970   "PyImport_GetMagicNumber"
    971   "PyImport_ExecCodeModule"
    972   "PyImport_GetModuleDict"
    973   "_PyImport_FindModule"
    974   "_PyImport_IsScript"
    975   "_PyImport_ReInitLock"
    976   "_PyImport_FindExtension"
    977   "PyImport_AppendInittab"
    978   "PyImport_ExtendInittab"
    979   "PyImport_Inittab"
    980   "_PyImport_Filetab"
    981 
    982 ; From python27_s.lib(importdl)
    983   "_PyImport_LoadDynamicModule"
    984 
    985 ; From python27_s.lib(marshal)
    986   "PyMarshal_ReadLongFromFile"
    987   "PyMarshal_WriteObjectToString"
    988   "PyMarshal_WriteLongToFile"
    989   "PyMarshal_WriteObjectToFile"
    990   "PyMarshal_ReadShortFromFile"
    991   "PyMarshal_ReadObjectFromFile"
    992   "PyMarshal_ReadLastObjectFromFile"
    993   "PyMarshal_ReadObjectFromString"
    994   "PyMarshal_Init"
    995 
    996 ; From python27_s.lib(modsupport)
    997   "Py_InitModule4"
    998   "Py_BuildValue"
    999   "_Py_BuildValue_SizeT"
   1000   "PyEval_CallFunction"
   1001   "PyEval_CallMethod"
   1002   "_Py_VaBuildValue_SizeT"
   1003   "Py_VaBuildValue"
   1004   "PyModule_AddObject"
   1005   "PyModule_AddIntConstant"
   1006   "PyModule_AddStringConstant"
   1007   "_Py_PackageContext"
   1008 
   1009 ; From python27_s.lib(mysnprintf)
   1010   "PyOS_snprintf"
   1011   "PyOS_vsnprintf"
   1012 
   1013 ; From python27_s.lib(mystrtoul)
   1014   "PyOS_strtoul"
   1015   "PyOS_strtol"
   1016 
   1017 ; From python27_s.lib(pyarena)
   1018   "PyArena_New"
   1019   "PyArena_Free"
   1020   "PyArena_Malloc"
   1021   "PyArena_AddPyObject"
   1022 
   1023 ; From python27_s.lib(pyfpe)
   1024   "PyFPE_dummy"
   1025 
   1026 ; From python27_s.lib(pystate)
   1027   "PyInterpreterState_Clear"
   1028   "PyThreadState_Clear"
   1029   "_PyThread_CurrentFrames"
   1030   "PyGILState_Ensure"
   1031   "PyGILState_Release"
   1032   "PyInterpreterState_New"
   1033   "PyInterpreterState_Delete"
   1034   "PyThreadState_Delete"
   1035   "PyThreadState_New"
   1036   "PyThreadState_DeleteCurrent"
   1037   "PyThreadState_Get"
   1038   "PyThreadState_Swap"
   1039   "PyThreadState_GetDict"
   1040   "PyThreadState_SetAsyncExc"
   1041   "PyGILState_GetThisThreadState"
   1042   "PyInterpreterState_Head"
   1043   "PyInterpreterState_Next"
   1044   "PyInterpreterState_ThreadHead"
   1045   "PyThreadState_Next"
   1046   "_PyGILState_Init"
   1047   "_PyGILState_Fini"
   1048   "_PyThreadState_Current"
   1049   "_PyThreadState_GetFrame"
   1050 
   1051 ; From python27_s.lib(pystrtod)
   1052   "PyOS_ascii_strtod"
   1053   "PyOS_ascii_formatd"
   1054   "PyOS_ascii_atof"
   1055 
   1056 ; From python27_s.lib(pythonrun)
   1057   "Py_IgnoreEnvironmentFlag"
   1058   "Py_DebugFlag"
   1059   "Py_VerboseFlag"
   1060   "Py_NoSiteFlag"
   1061   "Py_InteractiveFlag"
   1062   "Py_FrozenFlag"
   1063   "Py_InitializeEx"
   1064   "Py_FatalError"
   1065   "Py_NewInterpreter"
   1066   "PyErr_Print"
   1067   "PyRun_InteractiveOneFlags"
   1068   "PyParser_ASTFromFile"
   1069   "PyRun_SimpleFileExFlags"
   1070   "PyRun_FileExFlags"
   1071   "Py_Exit"
   1072   "PyErr_PrintEx"
   1073   "PyErr_Display"
   1074   "Py_SetProgramName"
   1075   "Py_GetProgramName"
   1076   "Py_SetPythonHome"
   1077   "Py_GetPythonHome"
   1078   "Py_Initialize"
   1079   "Py_Finalize"
   1080   "Py_IsInitialized"
   1081   "Py_EndInterpreter"
   1082   "PyRun_AnyFileFlags"
   1083   "Py_FdIsInteractive"
   1084   "PyRun_InteractiveLoopFlags"
   1085   "PyRun_AnyFileExFlags"
   1086   "PyRun_SimpleStringFlags"
   1087   "PyRun_StringFlags"
   1088   "PyParser_ASTFromString"
   1089   "PyParser_SimpleParseStringFlags"
   1090   "PyParser_SimpleParseFileFlags"
   1091   "Py_CompileStringFlags"
   1092   "Py_SymtableString"
   1093   "Py_AtExit"
   1094   "PyOS_getsig"
   1095   "PyOS_setsig"
   1096   "PyParser_SetError"
   1097   "PyModule_GetWarningsModule"
   1098   "PyParser_SimpleParseStringFlagsFilename"
   1099   "PyParser_SimpleParseStringFilename"
   1100   "PyParser_SimpleParseFile"
   1101   "PyParser_SimpleParseString"
   1102   "PyRun_AnyFile"
   1103   "PyRun_AnyFileEx"
   1104   "PyRun_File"
   1105   "PyRun_FileEx"
   1106   "PyRun_FileFlags"
   1107   "PyRun_SimpleFile"
   1108   "PyRun_SimpleFileEx"
   1109   "PyRun_String"
   1110   "PyRun_SimpleString"
   1111   "Py_CompileString"
   1112   "PyRun_InteractiveOne"
   1113   "PyRun_InteractiveLoop"
   1114   "Py_UseClassExceptionsFlag"
   1115   "Py_UnicodeFlag"
   1116   "_Py_QnewFlag"
   1117 
   1118 ; From python27_s.lib(structmember)
   1119   "PyMember_Get"
   1120   "PyMember_GetOne"
   1121   "PyMember_SetOne"
   1122   "PyMember_Set"
   1123 
   1124 ; From python27_s.lib(symtable)
   1125   "PySymtable_Build"
   1126   "PySymtable_Free"
   1127   "PyST_GetScope"
   1128   "PySymtable_Lookup"
   1129   "PySTEntry_Type"
   1130 
   1131 ; From python27_s.lib(sysmodule)
   1132   "_PySys_Init"
   1133   "PySys_WriteStderr"
   1134   "PySys_SetPath"
   1135   "PySys_SetArgv"
   1136   "PySys_WriteStdout"
   1137   "Py_SubversionRevision"
   1138   "Py_SubversionShortBranch"
   1139   "PySys_GetObject"
   1140   "PySys_SetObject"
   1141   "PySys_GetFile"
   1142   "PySys_ResetWarnOptions"
   1143   "PySys_AddWarnOption"
   1144 
   1145 ; From python27_s.lib(traceback)
   1146   "PyTraceBack_Here"
   1147   "PyTraceBack_Print"
   1148   "PyTraceBack_Type"
   1149 
   1150 ; From python27_s.lib(getopt)
   1151   "_PyOS_GetOpt"
   1152   "_PyOS_opterr"
   1153   "_PyOS_optind"
   1154   "_PyOS_optarg"
   1155 
   1156 ; From python27_s.lib(dynload_shlib)
   1157   "_PyImport_DynLoadFiletab"
   1158   "_PyImport_GetDynLoadFunc"
   1159 
   1160 ; From python27_s.lib(thread)
   1161   "PyThread_delete_key_value"
   1162   "PyThread_init_thread"
   1163   "PyThread_start_new_thread"
   1164   "PyThread_exit_thread"
   1165   "PyThread_get_thread_ident"
   1166   "PyThread_allocate_lock"
   1167   "PyThread_free_lock"
   1168   "PyThread_acquire_lock"
   1169   "PyThread_release_lock"
   1170   "PyThread_get_stacksize"
   1171   "PyThread_set_stacksize"
   1172   "PyThread_create_key"
   1173   "PyThread_delete_key"
   1174   "PyThread_set_key_value"
   1175   "PyThread_get_key_value"
   1176 
   1177 ; From python27_s.lib(gcmodule)
   1178 ;  "initgc"
   1179   "_PyObject_GC_New"
   1180   "_PyObject_GC_NewVar"
   1181   "PyGC_Collect"
   1182   "_PyObject_GC_Resize"
   1183   "_PyObject_GC_Malloc"
   1184   "PyObject_GC_Track"
   1185   "PyObject_GC_UnTrack"
   1186   "PyObject_GC_Del"
   1187   "_PyGC_Dump"
   1188   "_PyObject_GC_Track"
   1189   "_PyObject_GC_UnTrack"
   1190   "_PyObject_GC_Del"
   1191   "_PyGC_generation0"
   1192 
   1193 ; From python27_s.lib(signalmodule)
   1194 ;  "initsignal"
   1195   "PyErr_CheckSignals"
   1196   "PyErr_SetInterrupt"
   1197   "PyOS_FiniInterrupts"
   1198   "PyOS_InterruptOccurred"
   1199   "PyOS_InitInterrupts"
   1200   "PyOS_AfterFork"
   1201 
   1202 ; From python27_s.lib(posixmodule)
   1203 ;  "initos2"
   1204 
   1205 ; From python27_s.lib(threadmodule)
   1206 ;  "initthread"
   1207 
   1208 ; From python27_s.lib(arraymodule)
   1209 ;  "initarray"
   1210 ;  "array_methods"
   1211 
   1212 ; From python27_s.lib(binascii)
   1213 ;  "initbinascii"
   1214 
   1215 ; From python27_s.lib(cmathmodule)
   1216 ;  "initcmath"
   1217 
   1218 ; From python27_s.lib(_codecsmodule)
   1219 ;  "init_codecs"
   1220 
   1221 ; From python27_s.lib(collectionsmodule)
   1222 ;  "initcollections"
   1223   "dequeiter_type"
   1224   "dequereviter_type"
   1225 
   1226 ; From python27_s.lib(cPickle)
   1227 ;  "initcPickle"
   1228 ;  "fast_save_leave"
   1229 
   1230 ; From python27_s.lib(cStringIO)
   1231 ;  "initcStringIO"
   1232 
   1233 ; From python27_s.lib(_csv)
   1234 ;  "init_csv"
   1235 
   1236 ; From python27_s.lib(datetimemodule)
   1237 ;  "initdatetime"
   1238 
   1239 ; From python27_s.lib(dlmodule)
   1240 ;  "initdl"
   1241 
   1242 ; From python27_s.lib(errnomodule)
   1243 ;  "initerrno"
   1244 
   1245 ; From python27_s.lib(fcntlmodule)
   1246 ;  "initfcntl"
   1247 
   1248 ; From python27_s.lib(_functoolsmodule)
   1249 ;  "init_functools"
   1250 
   1251 ; From python27_s.lib(_heapqmodule)
   1252 ;  "init_heapq"
   1253 
   1254 ; From python27_s.lib(imageop)
   1255 ;  "initimageop"
   1256 
   1257 ; From python27_s.lib(itertoolsmodule)
   1258 ;  "inititertools"
   1259 
   1260 ; From python27_s.lib(_localemodule)
   1261 ;  "init_locale"
   1262 
   1263 ; From python27_s.lib(mathmodule)
   1264 ;  "initmath"
   1265 
   1266 ; From python27_s.lib(md5)
   1267   "md5_finish"
   1268   "md5_init"
   1269   "md5_append"
   1270 
   1271 ; From python27_s.lib(md5module)
   1272 ;  "init_md5"
   1273 
   1274 ; From python27_s.lib(operator)
   1275 ;  "initoperator"
   1276 
   1277 ; From python27_s.lib(_randommodule)
   1278 ;  "init_random"
   1279 
   1280 ; From python27_s.lib(rgbimgmodule)
   1281 ;  "initrgbimg"
   1282 
   1283 ; From python27_s.lib(shamodule)
   1284 ;  "init_sha"
   1285 
   1286 ; From python27_s.lib(sha256module)
   1287 ;  "init_sha256"
   1288 
   1289 ; From python27_s.lib(sha512module)
   1290 ;  "init_sha512"
   1291 
   1292 ; From python27_s.lib(_sre)
   1293 ;  "init_sre"
   1294 
   1295 ; From python27_s.lib(stropmodule)
   1296 ;  "initstrop"
   1297 
   1298 ; From python27_s.lib(_struct)
   1299 ;  "init_struct"
   1300 
   1301 ; From python27_s.lib(symtablemodule)
   1302 ;  "init_symtable"
   1303 
   1304 ; From python27_s.lib(termios)
   1305 ;  "inittermios"
   1306 
   1307 ; From python27_s.lib(timemodule)
   1308 ;  "inittime"
   1309   "_PyTime_DoubleToTimet"
   1310 ;  "inittimezone"
   1311 
   1312 ; From python27_s.lib(timingmodule)
   1313 ;  "inittiming"
   1314 
   1315 ; From python27_s.lib(_weakref)
   1316 ;  "init_weakref"
   1317 
   1318 ; From python27_s.lib(xxsubtype)
   1319 ;  "initxxsubtype"
   1320 
   1321 ; From python27_s.lib(zipimport)
   1322 ;  "initzipimport"
   1323