blob: 3b2e214b84e50bcaa021dc1d36af0d89865c504d [file] [log] [blame]
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001LIBRARY python23 INITINSTANCE TERMINSTANCE
2DESCRIPTION "Python 2.3 Core DLL"
3PROTMODE
4DATA MULTIPLE NONSHARED
5EXPORTS
6
7; From python23_s.lib(config)
8 "_PyImport_Inittab"
9
10; From python23_s.lib(dlfcn)
11 "dlopen"
12 "dlsym"
13 "dlclose"
14 "dlerror"
15
16; From python23_s.lib(getpathp)
17 "Py_GetPath"
18 "Py_GetPrefix"
19 "Py_GetExecPrefix"
20 "Py_GetProgramFullPath"
21
22; From python23_s.lib(getbuildinfo)
23 "Py_GetBuildInfo"
24
25; From python23_s.lib(main)
26 "Py_Main"
27 "Py_GetArgcArgv"
28
29; From python23_s.lib(acceler)
30 "PyGrammar_AddAccelerators"
31 "PyGrammar_RemoveAccelerators"
32
33; From python23_s.lib(grammar1)
34 "PyGrammar_FindDFA"
35 "PyGrammar_LabelRepr"
36
37; From python23_s.lib(listnode)
38 "PyNode_ListTree"
39
40; From python23_s.lib(node)
41 "PyNode_New"
42 "PyNode_AddChild"
43 "PyNode_Free"
44
45; From python23_s.lib(parser)
46 "PyParser_New"
47 "PyParser_Delete"
48 "PyParser_AddToken"
49
50; From python23_s.lib(parsetok)
51 "Py_TabcheckFlag"
52 "PyParser_ParseString"
53 "PyParser_ParseStringFlags"
54 "PyParser_ParseFile"
55 "PyParser_ParseFileFlags"
56
57; From python23_s.lib(tokenizer)
58 "PyTokenizer_FromString"
59 "PyTokenizer_FromFile"
60 "PyTokenizer_Free"
61 "PyToken_OneChar"
62 "PyToken_TwoChars"
63 "PyToken_ThreeChars"
64 "PyTokenizer_Get"
65 "_PyParser_TokenNames"
66
67; From python23_s.lib(bitset)
68 "_Py_newbitset"
69 "_Py_delbitset"
70 "_Py_addbit"
71 "_Py_samebitset"
72 "_Py_mergebitset"
73
74; From python23_s.lib(metagrammar)
75 "_Py_meta_grammar"
76
77; From python23_s.lib(myreadline)
78 "PyOS_ReadlineFunctionPointer"
79 "PyOS_StdioReadline"
80 "PyOS_Readline"
81 "PyOS_InputHook"
82
83; From python23_s.lib(abstract)
84 "PyObject_Cmp"
85 "PyObject_Type"
86 "PyObject_Size"
87 "PyMapping_Size"
88 "PyObject_Length"
89 "PyObject_GetItem"
90 "PySequence_GetItem"
91 "PyObject_SetItem"
92 "PySequence_SetItem"
93 "PyObject_DelItem"
94 "PySequence_DelItem"
95 "PyObject_DelItemString"
96 "PyObject_AsCharBuffer"
97 "PyObject_CheckReadBuffer"
98 "PyObject_AsReadBuffer"
99 "PyObject_AsWriteBuffer"
100 "PyNumber_Check"
101 "PyNumber_Or"
102 "PyNumber_Xor"
103 "PyNumber_And"
104 "PyNumber_Lshift"
105 "PyNumber_Rshift"
106 "PyNumber_Subtract"
107 "PyNumber_Multiply"
108 "PyNumber_Divide"
109 "PyNumber_Divmod"
110 "PyNumber_Add"
111 "PyNumber_FloorDivide"
112 "PyNumber_TrueDivide"
113 "PyNumber_Remainder"
114 "PyNumber_Power"
115 "PyNumber_InPlaceOr"
116 "PyNumber_InPlaceXor"
117 "PyNumber_InPlaceAnd"
118 "PyNumber_InPlaceLshift"
119 "PyNumber_InPlaceRshift"
120 "PyNumber_InPlaceSubtract"
121 "PyNumber_InPlaceDivide"
122 "PyNumber_InPlaceFloorDivide"
123 "PyNumber_InPlaceTrueDivide"
124 "PyNumber_InPlaceAdd"
125 "PyNumber_InPlaceMultiply"
126 "PyNumber_InPlaceRemainder"
127 "PyNumber_InPlacePower"
128 "PyNumber_Negative"
129 "PyNumber_Positive"
130 "PyNumber_Invert"
131 "PyNumber_Absolute"
132 "PyNumber_Int"
133 "PyNumber_Long"
134 "PyNumber_Float"
135 "PySequence_Check"
136 "PySequence_Size"
137 "PySequence_Length"
138 "PySequence_Concat"
139 "PySequence_Repeat"
140 "PySequence_InPlaceConcat"
141 "PySequence_InPlaceRepeat"
142 "PySequence_GetSlice"
143 "PySequence_SetSlice"
144 "PySequence_DelSlice"
145 "PySequence_Tuple"
146 "PyObject_GetIter"
147 "PyIter_Next"
148 "PySequence_List"
149 "PySequence_Fast"
150 "_PySequence_IterSearch"
151 "PySequence_Count"
152 "PySequence_Contains"
153 "PySequence_In"
154 "PySequence_Index"
155 "PyMapping_Check"
156 "PyMapping_Length"
157 "PyMapping_GetItemString"
158 "PyMapping_SetItemString"
159 "PyMapping_HasKeyString"
160 "PyMapping_HasKey"
161 "PyObject_CallObject"
162 "PyObject_Call"
163 "PyObject_CallFunction"
164 "PyObject_CallMethod"
165 "PyObject_CallMethodObjArgs"
166 "PyObject_CallFunctionObjArgs"
167 "PyObject_IsInstance"
168 "PyObject_IsSubclass"
169
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000170; From python23_s.lib(boolobject)
171 "bool_repr"
172 "PyBool_FromLong"
173 "bool_new"
174 "_Py_ZeroStruct"
175 "_Py_TrueStruct"
176 "PyBool_Type"
177
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000178; From python23_s.lib(bufferobject)
179 "PyBuffer_FromObject"
180 "PyBuffer_FromReadWriteObject"
181 "PyBuffer_FromMemory"
182 "PyBuffer_FromReadWriteMemory"
183 "PyBuffer_New"
184 "PyBuffer_Type"
185
186; From python23_s.lib(cellobject)
187 "PyCell_New"
188 "PyCell_Get"
189 "PyCell_Set"
190 "PyCell_Type"
191
192; From python23_s.lib(classobject)
193 "PyClass_New"
194 "PyMethod_Function"
195 "PyMethod_Self"
196 "PyMethod_Class"
197 "PyClass_IsSubclass"
198 "PyInstance_New"
199 "PyInstance_NewRaw"
200 "PyMethod_New"
201 "PyMethod_Fini"
202 "PyClass_Type"
203 "PyMethod_Type"
204 "PyInstance_Type"
205
206; From python23_s.lib(cobject)
207 "PyCObject_FromVoidPtr"
208 "PyCObject_FromVoidPtrAndDesc"
209 "PyCObject_AsVoidPtr"
210 "PyCObject_GetDesc"
211 "PyCObject_Import"
212 "PyCObject_Type"
213
214; From python23_s.lib(complexobject)
215 "_Py_c_sum"
216 "_Py_c_diff"
217 "_Py_c_neg"
218 "_Py_c_prod"
219 "_Py_c_quot"
220 "_Py_c_pow"
221 "PyComplex_FromCComplex"
222 "PyComplex_FromDoubles"
223 "PyComplex_RealAsDouble"
224 "PyComplex_ImagAsDouble"
225 "PyComplex_AsCComplex"
226 "PyComplex_Type"
227
228; From python23_s.lib(descrobject)
229 "PyWrapper_New"
230 "PyDescr_NewMethod"
231 "PyDescr_NewMember"
232 "PyDescr_NewGetSet"
233 "PyDescr_NewWrapper"
234 "PyDescr_IsData"
235 "PyDictProxy_New"
236 "PyWrapperDescr_Type"
237 "PyProperty_Type"
238
239; From python23_s.lib(dictobject)
240 "PyDict_New"
241 "PyDict_GetItem"
242 "PyDict_SetItem"
243 "PyDict_DelItem"
244 "PyDict_Clear"
245 "PyDict_Next"
246 "PyDict_Update"
247 "PyDict_MergeFromSeq2"
248 "PyDict_Merge"
249 "PyDict_Copy"
250 "PyDict_Size"
251 "PyDict_Keys"
252 "PyDict_Values"
253 "PyDict_Items"
254 "PyDict_GetItemString"
255 "PyDict_SetItemString"
256 "PyDict_DelItemString"
257 "PyDict_Type"
258 "PyDictIter_Type"
259
260; From python23_s.lib(fileobject)
261 "PyFile_AsFile"
262 "PyFile_Name"
263 "PyFile_FromFile"
264 "PyFile_FromString"
265 "PyFile_SetBufSize"
266 "PyFile_GetLine"
267 "PyFile_SoftSpace"
268 "PyFile_WriteObject"
269 "PyFile_WriteString"
270 "PyObject_AsFileDescriptor"
271 "PyFile_Type"
272
273; From python23_s.lib(floatobject)
274 "PyFloat_FromDouble"
275 "PyFloat_FromString"
276 "PyFloat_AsDouble"
277 "PyFloat_AsStringEx"
278 "PyFloat_AsString"
279 "PyFloat_AsReprString"
280 "PyFloat_Fini"
281 "PyFloat_Type"
282
283; From python23_s.lib(frameobject)
284 "PyFrame_FastToLocals"
285 "PyFrame_New"
286 "PyFrame_BlockSetup"
287 "PyFrame_BlockPop"
288 "PyFrame_LocalsToFast"
289 "PyFrame_Fini"
290 "PyFrame_Type"
291
292; From python23_s.lib(funcobject)
293 "PyFunction_New"
294 "PyFunction_GetCode"
295 "PyFunction_GetGlobals"
296 "PyFunction_GetDefaults"
297 "PyFunction_SetDefaults"
298 "PyFunction_GetClosure"
299 "PyFunction_SetClosure"
300 "PyClassMethod_New"
301 "PyStaticMethod_New"
302 "PyFunction_Type"
303 "PyClassMethod_Type"
304 "PyStaticMethod_Type"
305
306; From python23_s.lib(intobject)
307 "PyInt_GetMax"
308 "PyInt_FromLong"
309 "PyInt_AsLong"
310 "PyInt_FromString"
311 "PyInt_FromUnicode"
312 "PyInt_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000313 "PyInt_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000314
315; From python23_s.lib(iterobject)
316 "PySeqIter_New"
317 "PyCallIter_New"
318 "PySeqIter_Type"
319 "PyCallIter_Type"
320
321; From python23_s.lib(listobject)
322 "PyList_New"
323 "PyList_Size"
324 "PyList_GetItem"
325 "PyList_SetItem"
326 "PyList_Insert"
327 "PyList_Append"
328 "PyList_GetSlice"
329 "PyList_SetSlice"
330 "PyList_Sort"
331 "PyList_Reverse"
332 "PyList_AsTuple"
333 "PyList_Type"
334
335; From python23_s.lib(longobject)
336 "_PyLong_New"
337 "_PyLong_Copy"
338 "PyLong_FromLong"
339 "PyLong_FromUnsignedLong"
340 "PyLong_FromDouble"
341 "PyLong_AsLong"
342 "PyLong_AsUnsignedLong"
343 "_PyLong_FromByteArray"
344 "_PyLong_AsByteArray"
345 "_PyLong_AsScaledDouble"
346 "PyLong_AsDouble"
347 "PyLong_FromVoidPtr"
348 "PyLong_AsVoidPtr"
349 "PyLong_FromLongLong"
350 "PyLong_FromUnsignedLongLong"
351 "PyLong_AsLongLong"
352 "PyLong_AsUnsignedLongLong"
353 "PyLong_FromString"
354 "PyLong_FromUnicode"
355 "PyLong_Type"
356
357; From python23_s.lib(methodobject)
358 "PyCFunction_New"
359 "PyCFunction_GetFunction"
360 "PyCFunction_GetSelf"
361 "PyCFunction_GetFlags"
362 "PyCFunction_Call"
363 "Py_FindMethodInChain"
364 "Py_FindMethod"
365 "PyCFunction_Fini"
366 "PyCFunction_Type"
367
368; From python23_s.lib(moduleobject)
369 "PyModule_New"
370 "PyModule_GetDict"
371 "PyModule_GetName"
372 "PyModule_GetFilename"
373 "_PyModule_Clear"
374 "PyModule_Type"
375
376; From python23_s.lib(object)
377 "Py_DivisionWarningFlag"
378 "PyObject_Init"
379 "PyObject_InitVar"
380 "_PyObject_New"
381 "_PyObject_NewVar"
382 "_PyObject_Del"
383 "PyObject_Print"
384 "PyObject_Str"
385 "PyObject_Repr"
386 "_PyObject_Dump"
387 "PyObject_Unicode"
388 "PyObject_GetAttr"
389 "PyObject_IsTrue"
390 "PyNumber_CoerceEx"
391 "PyObject_Compare"
392 "PyObject_RichCompare"
393 "PyObject_RichCompareBool"
394 "_Py_HashDouble"
395 "PyObject_Hash"
396 "_Py_HashPointer"
397 "PyObject_GetAttrString"
398 "PyObject_HasAttrString"
399 "PyObject_SetAttrString"
400 "PyObject_SetAttr"
401 "PyObject_HasAttr"
402 "_PyObject_GetDictPtr"
403 "PyObject_GenericGetAttr"
404 "PyObject_GenericSetAttr"
405 "PyObject_Not"
406 "PyNumber_Coerce"
407 "PyCallable_Check"
408 "PyObject_Dir"
409 "_Py_ReadyTypes"
410 "PyMem_Malloc"
411 "PyMem_Realloc"
412 "PyMem_Free"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000413 "Py_ReprEnter"
414 "Py_ReprLeave"
415 "_PyTrash_deposit_object"
416 "_PyTrash_destroy_chain"
417 "_Py_NotImplementedStruct"
418 "_Py_NoneStruct"
419 "_Py_cobject_hack"
420 "_Py_abstract_hack"
421 "_PyTrash_delete_nesting"
422 "_PyTrash_delete_later"
423
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000424; From python23_s.lib(obmalloc)
425 "PyObject_Malloc"
426 "PyObject_Realloc"
427 "PyObject_Free"
428
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000429; From python23_s.lib(rangeobject)
430 "PyRange_New"
431 "PyRange_Type"
432
433; From python23_s.lib(sliceobject)
434 "PySlice_New"
435 "PySlice_GetIndices"
436 "_Py_EllipsisObject"
437 "PySlice_Type"
438
439; From python23_s.lib(stringobject)
440 "PyString_FromStringAndSize"
441 "PyString_InternInPlace"
442 "PyString_FromString"
443 "PyString_FromFormatV"
444 "PyString_AsString"
445 "_PyString_Resize"
446 "PyString_FromFormat"
447 "PyString_Decode"
448 "PyString_AsDecodedString"
449 "PyString_AsDecodedObject"
450 "PyString_Encode"
451 "PyString_AsEncodedString"
452 "PyString_AsEncodedObject"
453 "PyString_AsStringAndSize"
454 "PyString_Size"
455 "_PyString_Eq"
456 "_PyString_Join"
457 "PyString_Concat"
458 "PyString_ConcatAndDel"
459 "_PyString_FormatLong"
460 "PyString_Format"
461 "PyString_InternFromString"
462 "PyString_Fini"
463 "_Py_ReleaseInternedStrings"
464 "PyString_Type"
465
466; From python23_s.lib(structseq)
467 "PyStructSequence_New"
468 "PyStructSequence_InitType"
469
470; From python23_s.lib(tupleobject)
471 "PyTuple_New"
472 "PyTuple_Size"
473 "PyTuple_GetItem"
474 "PyTuple_SetItem"
475 "PyTuple_GetSlice"
476 "_PyTuple_Resize"
477 "PyTuple_Fini"
478 "PyTuple_Type"
479
480; From python23_s.lib(typeobject)
481 "PyType_IsSubtype"
482 "PyType_GenericAlloc"
483 "PyType_GenericNew"
484 "_PyType_Lookup"
485 "PyType_Ready"
486 "_PyObject_SlotCompare"
487 "PyType_Type"
488 "PyBaseObject_Type"
489 "PySuper_Type"
490
491; From python23_s.lib(unicodeobject)
492 "PyUnicodeUCS2_GetMax"
493 "PyUnicodeUCS2_Resize"
494 "PyUnicodeUCS2_FromUnicode"
495 "PyUnicodeUCS2_FromObject"
496 "PyUnicodeUCS2_FromEncodedObject"
497 "PyUnicodeUCS2_Decode"
498 "PyUnicodeUCS2_GetDefaultEncoding"
499 "PyUnicodeUCS2_DecodeUTF8"
500 "PyUnicodeUCS2_DecodeLatin1"
501 "PyUnicodeUCS2_DecodeASCII"
502 "PyUnicodeUCS2_Encode"
503 "PyUnicodeUCS2_AsEncodedString"
504 "PyUnicodeUCS2_AsUTF8String"
505 "PyUnicodeUCS2_AsLatin1String"
506 "PyUnicodeUCS2_AsASCIIString"
507 "_PyUnicodeUCS2_AsDefaultEncodedString"
508 "PyUnicodeUCS2_AsUnicode"
509 "PyUnicodeUCS2_GetSize"
510 "PyUnicodeUCS2_SetDefaultEncoding"
511 "PyUnicode_DecodeUTF7"
512 "PyUnicode_EncodeUTF7"
513 "PyUnicodeUCS2_EncodeUTF8"
514 "PyUnicodeUCS2_DecodeUTF16"
515 "PyUnicodeUCS2_EncodeUTF16"
516 "PyUnicodeUCS2_AsUTF16String"
517 "PyUnicodeUCS2_DecodeUnicodeEscape"
518 "PyUnicodeUCS2_EncodeUnicodeEscape"
519 "PyUnicodeUCS2_AsUnicodeEscapeString"
520 "PyUnicodeUCS2_DecodeRawUnicodeEscape"
521 "PyUnicodeUCS2_EncodeRawUnicodeEscape"
522 "PyUnicodeUCS2_AsRawUnicodeEscapeString"
523 "PyUnicodeUCS2_EncodeLatin1"
524 "PyUnicodeUCS2_EncodeASCII"
525 "PyUnicodeUCS2_DecodeCharmap"
526 "PyUnicodeUCS2_EncodeCharmap"
527 "PyUnicodeUCS2_AsCharmapString"
528 "PyUnicodeUCS2_TranslateCharmap"
529 "PyUnicodeUCS2_Translate"
530 "PyUnicodeUCS2_EncodeDecimal"
531 "PyUnicodeUCS2_Count"
532 "PyUnicodeUCS2_Find"
533 "PyUnicodeUCS2_Tailmatch"
534 "PyUnicodeUCS2_Join"
535 "PyUnicodeUCS2_Splitlines"
536 "PyUnicodeUCS2_Compare"
537 "PyUnicodeUCS2_Contains"
538 "PyUnicodeUCS2_Concat"
539 "PyUnicodeUCS2_Replace"
540 "PyUnicodeUCS2_Split"
541 "PyUnicodeUCS2_Format"
542 "_PyUnicodeUCS2_Init"
543 "_PyUnicodeUCS2_Fini"
544 "PyUnicode_Type"
545
546; From python23_s.lib(unicodectype)
547 "_PyUnicode_TypeRecords"
548 "_PyUnicodeUCS2_IsLinebreak"
549 "_PyUnicodeUCS2_ToTitlecase"
550 "_PyUnicodeUCS2_IsTitlecase"
551 "_PyUnicodeUCS2_ToDecimalDigit"
552 "_PyUnicodeUCS2_IsDecimalDigit"
553 "_PyUnicodeUCS2_ToDigit"
554 "_PyUnicodeUCS2_IsDigit"
555 "_PyUnicodeUCS2_ToNumeric"
556 "_PyUnicodeUCS2_IsNumeric"
557 "_PyUnicodeUCS2_IsWhitespace"
558 "_PyUnicodeUCS2_IsLowercase"
559 "_PyUnicodeUCS2_IsUppercase"
560 "_PyUnicodeUCS2_ToUppercase"
561 "_PyUnicodeUCS2_ToLowercase"
562 "_PyUnicodeUCS2_IsAlpha"
563
564; From python23_s.lib(weakrefobject)
565 "_PyWeakref_GetWeakrefCount"
566 "PyWeakref_NewRef"
567 "PyWeakref_NewProxy"
568 "PyWeakref_GetObject"
569 "PyObject_ClearWeakRefs"
570 "_PyWeakref_RefType"
571 "_PyWeakref_ProxyType"
572 "_PyWeakref_CallableProxyType"
573
574; From python23_s.lib(bltinmodule)
575 "_PyBuiltin_Init"
576 "Py_FileSystemDefaultEncoding"
577
578; From python23_s.lib(exceptions)
579 "PyExc_TypeError"
580 "PyExc_Exception"
581 "PyExc_StopIteration"
582 "PyExc_StandardError"
583 "PyExc_SystemExit"
584 "PyExc_KeyboardInterrupt"
585 "PyExc_ImportError"
586 "PyExc_EnvironmentError"
587 "PyExc_IOError"
588 "PyExc_OSError"
589 "PyExc_EOFError"
590 "PyExc_RuntimeError"
591 "PyExc_NotImplementedError"
592 "PyExc_NameError"
593 "PyExc_UnboundLocalError"
594 "PyExc_AttributeError"
595 "PyExc_SyntaxError"
596 "PyExc_IndentationError"
597 "PyExc_TabError"
598 "PyExc_AssertionError"
599 "PyExc_LookupError"
600 "PyExc_IndexError"
601 "PyExc_KeyError"
602 "PyExc_ArithmeticError"
603 "PyExc_OverflowError"
604 "PyExc_ZeroDivisionError"
605 "PyExc_FloatingPointError"
606 "PyExc_ValueError"
607 "PyExc_UnicodeError"
608 "PyExc_ReferenceError"
609 "PyExc_SystemError"
610 "PyExc_MemoryError"
611 "PyExc_Warning"
612 "PyExc_UserWarning"
613 "PyExc_DeprecationWarning"
614 "PyExc_SyntaxWarning"
615 "PyExc_OverflowWarning"
616 "PyExc_RuntimeWarning"
617 "PyExc_MemoryErrorInst"
618 "_PyExc_Init"
619 "_PyExc_Fini"
620
621; From python23_s.lib(ceval)
622 "PyEval_InitThreads"
623 "PyEval_AcquireLock"
624 "PyEval_ReleaseLock"
625 "PyEval_AcquireThread"
626 "PyEval_ReleaseThread"
627 "PyEval_ReInitThreads"
628 "PyEval_SaveThread"
629 "PyEval_RestoreThread"
630 "Py_AddPendingCall"
631 "Py_MakePendingCalls"
632 "Py_GetRecursionLimit"
633 "Py_SetRecursionLimit"
634 "PyEval_EvalCode"
635 "PyEval_EvalCodeEx"
636 "PyEval_CallObjectWithKeywords"
637 "PyEval_SetProfile"
638 "PyEval_SetTrace"
639 "PyEval_GetBuiltins"
640 "PyEval_GetLocals"
641 "PyEval_GetGlobals"
642 "PyEval_GetFrame"
643 "PyEval_GetRestricted"
644 "PyEval_MergeCompilerFlags"
645 "Py_FlushLine"
646 "PyEval_CallObject"
647 "PyEval_GetFuncName"
648 "PyEval_GetFuncDesc"
649 "_PyEval_SliceIndex"
650
651; From python23_s.lib(compile)
652 "PyCode_New"
653 "PyNode_Compile"
654 "PyNode_CompileFlags"
655 "PyNode_CompileSymtable"
656 "PySymtable_Free"
657 "PyCode_Addr2Line"
658 "Py_OptimizeFlag"
659 "PyCode_Type"
660
661; From python23_s.lib(codecs)
662 "PyCodec_Register"
663 "_PyCodec_Lookup"
664 "PyCodec_Encoder"
665 "PyCodec_Decoder"
666 "PyCodec_StreamReader"
667 "PyCodec_StreamWriter"
668 "PyCodec_Encode"
669 "PyCodec_Decode"
670 "_PyCodecRegistry_Init"
671 "_PyCodecRegistry_Fini"
672
673; From python23_s.lib(errors)
674 "PyErr_Restore"
675 "PyErr_SetObject"
676 "PyErr_SetNone"
677 "PyErr_SetString"
678 "PyErr_Occurred"
679 "PyErr_GivenExceptionMatches"
680 "PyErr_ExceptionMatches"
681 "PyErr_NormalizeException"
682 "PyErr_Fetch"
683 "PyErr_Clear"
684 "PyErr_BadArgument"
685 "PyErr_NoMemory"
686 "PyErr_SetFromErrnoWithFilename"
687 "PyErr_SetFromErrno"
688 "_PyErr_BadInternalCall"
689 "PyErr_Format"
690 "PyErr_BadInternalCall"
691 "PyErr_NewException"
692 "PyErr_WriteUnraisable"
693 "PyErr_Warn"
694 "PyErr_WarnExplicit"
695 "PyErr_SyntaxLocation"
696 "PyErr_ProgramText"
697
698; From python23_s.lib(frozen)
699 "PyImport_FrozenModules"
700
701; From python23_s.lib(frozenmain)
702 "Py_FrozenMain"
703
704; From python23_s.lib(future)
705 "PyNode_Future"
706
707; From python23_s.lib(getargs)
708 "PyArg_Parse"
709 "PyArg_ParseTuple"
710 "PyArg_VaParse"
711 "PyArg_ParseTupleAndKeywords"
712 "PyArg_UnpackTuple"
713
714; From python23_s.lib(getcompiler)
715 "Py_GetCompiler"
716
717; From python23_s.lib(getcopyright)
718 "Py_GetCopyright"
719
720; From python23_s.lib(getmtime)
721 "PyOS_GetLastModificationTime"
722
723; From python23_s.lib(getplatform)
724 "Py_GetPlatform"
725
726; From python23_s.lib(getversion)
727 "Py_GetVersion"
728
729; From python23_s.lib(graminit)
730 "_PyParser_Grammar"
731
732; From python23_s.lib(import)
733 "_PyImport_Init"
734 "_PyImport_Fini"
735 "PyImport_GetModuleDict"
736 "PyImport_Cleanup"
737 "PyImport_GetMagicNumber"
738 "_PyImport_FixupExtension"
739 "_PyImport_FindExtension"
740 "PyImport_AddModule"
741 "PyImport_ExecCodeModule"
742 "PyImport_ExecCodeModuleEx"
743 "PyImport_ImportFrozenModule"
744 "PyImport_ImportModule"
745 "PyImport_Import"
746 "PyImport_ImportModuleEx"
747 "PyImport_ReloadModule"
748; "initimp"
749 "PyImport_ExtendInittab"
750 "PyImport_AppendInittab"
751 "PyImport_Inittab"
752 "_PyImport_Filetab"
753
754; From python23_s.lib(importdl)
755 "_PyImport_LoadDynamicModule"
756
757; From python23_s.lib(marshal)
758 "PyMarshal_WriteLongToFile"
759 "PyMarshal_WriteObjectToFile"
760 "PyMarshal_ReadShortFromFile"
761 "PyMarshal_ReadLongFromFile"
762 "PyMarshal_ReadLastObjectFromFile"
763 "PyMarshal_ReadObjectFromString"
764 "PyMarshal_ReadObjectFromFile"
765 "PyMarshal_WriteObjectToString"
766 "PyMarshal_Init"
767
768; From python23_s.lib(modsupport)
769 "Py_InitModule4"
770 "Py_BuildValue"
771 "Py_VaBuildValue"
772 "PyEval_CallFunction"
773 "PyEval_CallMethod"
774 "PyModule_AddObject"
775 "PyModule_AddIntConstant"
776 "PyModule_AddStringConstant"
777 "_Py_PackageContext"
778
779; From python23_s.lib(mysnprintf)
780 "PyOS_snprintf"
781 "PyOS_vsnprintf"
782
783; From python23_s.lib(mystrtoul)
784 "PyOS_strtoul"
785 "PyOS_strtol"
786
787; From python23_s.lib(pyfpe)
788 "PyFPE_dummy"
789
790; From python23_s.lib(pystate)
791 "PyInterpreterState_New"
792 "PyInterpreterState_Clear"
793 "PyThreadState_Clear"
794 "PyThreadState_Delete"
795 "PyInterpreterState_Delete"
796 "PyThreadState_New"
797 "PyThreadState_DeleteCurrent"
798 "PyThreadState_Get"
799 "PyThreadState_Swap"
800 "PyThreadState_GetDict"
801 "PyInterpreterState_Head"
802 "PyInterpreterState_Next"
803 "PyInterpreterState_ThreadHead"
804 "PyThreadState_Next"
805 "_PyThreadState_Current"
806
807; From python23_s.lib(pythonrun)
808 "Py_IgnoreEnvironmentFlag"
809 "Py_DebugFlag"
810 "Py_VerboseFlag"
811 "Py_NoSiteFlag"
812 "Py_InteractiveFlag"
813 "Py_FrozenFlag"
814 "Py_IsInitialized"
815 "Py_Initialize"
816 "Py_FatalError"
817 "Py_Finalize"
818 "Py_NewInterpreter"
819 "PyErr_Print"
820 "Py_EndInterpreter"
821 "Py_SetProgramName"
822 "Py_GetProgramName"
823 "Py_SetPythonHome"
824 "Py_GetPythonHome"
825 "PyRun_AnyFile"
826 "PyRun_AnyFileExFlags"
827 "PyRun_AnyFileFlags"
828 "PyRun_AnyFileEx"
829 "Py_FdIsInteractive"
830 "PyRun_InteractiveLoopFlags"
831 "PyRun_SimpleFileExFlags"
832 "PyRun_InteractiveLoop"
833 "PyRun_InteractiveOneFlags"
834 "PyRun_InteractiveOne"
835 "PyRun_SimpleFile"
836 "PyRun_SimpleFileEx"
837 "PyRun_FileExFlags"
838 "PyRun_SimpleString"
839 "PyRun_SimpleStringFlags"
840 "PyRun_StringFlags"
841 "PyErr_PrintEx"
842 "Py_Exit"
843 "PyErr_Display"
844 "PyRun_String"
845 "PyParser_SimpleParseString"
846 "PyRun_File"
847 "PyRun_FileEx"
848 "PyParser_SimpleParseFile"
849 "PyParser_SimpleParseStringFlags"
850 "PyRun_FileFlags"
851 "PyParser_SimpleParseFileFlags"
852 "Py_CompileString"
853 "Py_CompileStringFlags"
854 "Py_SymtableString"
855 "Py_AtExit"
856 "PyOS_getsig"
857 "PyOS_setsig"
858 "Py_UseClassExceptionsFlag"
859 "Py_UnicodeFlag"
860 "_Py_QnewFlag"
861 "_PyThread_Started"
862
863; From python23_s.lib(structmember)
864 "PyMember_Get"
865 "PyMember_GetOne"
866 "PyMember_Set"
867 "PyMember_SetOne"
868
869; From python23_s.lib(symtable)
870 "PySymtableEntry_New"
871 "PySymtableEntry_Type"
872
873; From python23_s.lib(sysmodule)
874 "PySys_GetObject"
875 "PySys_GetFile"
876 "PySys_SetObject"
877 "PySys_ResetWarnOptions"
878 "PySys_AddWarnOption"
879 "_PySys_Init"
880 "PySys_SetPath"
881 "PySys_SetArgv"
882 "PySys_WriteStdout"
883 "PySys_WriteStderr"
884
885; From python23_s.lib(traceback)
886 "PyTraceBack_Here"
887 "PyTraceBack_Print"
888 "PyTraceBack_Type"
889
890; From python23_s.lib(getopt)
891 "_PyOS_GetOpt"
892 "_PyOS_opterr"
893 "_PyOS_optind"
894 "_PyOS_optarg"
895
896; From python23_s.lib(dynload_shlib)
897 "_PyImport_DynLoadFiletab"
898 "_PyImport_GetDynLoadFunc"
899
900; From python23_s.lib(thread)
901 "PyThread_init_thread"
902 "PyThread_start_new_thread"
903 "PyThread_get_thread_ident"
904 "PyThread_exit_thread"
905 "PyThread__exit_thread"
906 "PyThread_allocate_lock"
907 "PyThread_free_lock"
908 "PyThread_acquire_lock"
909 "PyThread_release_lock"
910
911; From python23_s.lib(gcmodule)
912; "initgc"
913 "_PyGC_Dump"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000914 "PyObject_GC_Track"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000915 "_PyObject_GC_Track"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000916 "PyObject_GC_UnTrack"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000917 "_PyObject_GC_UnTrack"
918 "_PyObject_GC_Malloc"
919 "_PyObject_GC_New"
920 "_PyObject_GC_NewVar"
921 "_PyObject_GC_Resize"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000922 "PyObject_GC_Del"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000923 "_PyObject_GC_Del"
924 "_PyGC_generation0"
925
926; From python23_s.lib(signalmodule)
927 "PyErr_CheckSignals"
928; "initsignal"
929 "PyErr_SetInterrupt"
930 "PyOS_InitInterrupts"
931 "PyOS_FiniInterrupts"
932 "PyOS_InterruptOccurred"
933 "PyOS_AfterFork"
934
935; From python23_s.lib(posixmodule)
936; "initos2"
937
938; From python23_s.lib(threadmodule)
939; "initthread"
940
941; From python23_s.lib(_sre)
942; "init_sre"