blob: ed1939fcbaf4fe093a67ddf1665b5f348dcf9a73 [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
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000260; From python23_s.lib(enumobject)
261 "PyEnum_Type"
262
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000263; From python23_s.lib(fileobject)
264 "PyFile_AsFile"
265 "PyFile_Name"
266 "PyFile_FromFile"
267 "PyFile_FromString"
268 "PyFile_SetBufSize"
269 "PyFile_GetLine"
270 "PyFile_SoftSpace"
271 "PyFile_WriteObject"
272 "PyFile_WriteString"
273 "PyObject_AsFileDescriptor"
274 "PyFile_Type"
275
276; From python23_s.lib(floatobject)
277 "PyFloat_FromDouble"
278 "PyFloat_FromString"
279 "PyFloat_AsDouble"
280 "PyFloat_AsStringEx"
281 "PyFloat_AsString"
282 "PyFloat_AsReprString"
283 "PyFloat_Fini"
284 "PyFloat_Type"
285
286; From python23_s.lib(frameobject)
287 "PyFrame_FastToLocals"
288 "PyFrame_New"
289 "PyFrame_BlockSetup"
290 "PyFrame_BlockPop"
291 "PyFrame_LocalsToFast"
292 "PyFrame_Fini"
293 "PyFrame_Type"
294
295; From python23_s.lib(funcobject)
296 "PyFunction_New"
297 "PyFunction_GetCode"
298 "PyFunction_GetGlobals"
299 "PyFunction_GetDefaults"
300 "PyFunction_SetDefaults"
301 "PyFunction_GetClosure"
302 "PyFunction_SetClosure"
303 "PyClassMethod_New"
304 "PyStaticMethod_New"
305 "PyFunction_Type"
306 "PyClassMethod_Type"
307 "PyStaticMethod_Type"
308
309; From python23_s.lib(intobject)
310 "PyInt_GetMax"
311 "PyInt_FromLong"
312 "PyInt_AsLong"
313 "PyInt_FromString"
314 "PyInt_FromUnicode"
315 "PyInt_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000316 "PyInt_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000317
318; From python23_s.lib(iterobject)
319 "PySeqIter_New"
320 "PyCallIter_New"
321 "PySeqIter_Type"
322 "PyCallIter_Type"
323
324; From python23_s.lib(listobject)
325 "PyList_New"
326 "PyList_Size"
327 "PyList_GetItem"
328 "PyList_SetItem"
329 "PyList_Insert"
330 "PyList_Append"
331 "PyList_GetSlice"
332 "PyList_SetSlice"
333 "PyList_Sort"
334 "PyList_Reverse"
335 "PyList_AsTuple"
336 "PyList_Type"
337
338; From python23_s.lib(longobject)
339 "_PyLong_New"
340 "_PyLong_Copy"
341 "PyLong_FromLong"
342 "PyLong_FromUnsignedLong"
343 "PyLong_FromDouble"
344 "PyLong_AsLong"
345 "PyLong_AsUnsignedLong"
346 "_PyLong_FromByteArray"
347 "_PyLong_AsByteArray"
348 "_PyLong_AsScaledDouble"
349 "PyLong_AsDouble"
350 "PyLong_FromVoidPtr"
351 "PyLong_AsVoidPtr"
352 "PyLong_FromLongLong"
353 "PyLong_FromUnsignedLongLong"
354 "PyLong_AsLongLong"
355 "PyLong_AsUnsignedLongLong"
356 "PyLong_FromString"
357 "PyLong_FromUnicode"
358 "PyLong_Type"
359
360; From python23_s.lib(methodobject)
361 "PyCFunction_New"
362 "PyCFunction_GetFunction"
363 "PyCFunction_GetSelf"
364 "PyCFunction_GetFlags"
365 "PyCFunction_Call"
366 "Py_FindMethodInChain"
367 "Py_FindMethod"
368 "PyCFunction_Fini"
369 "PyCFunction_Type"
370
371; From python23_s.lib(moduleobject)
372 "PyModule_New"
373 "PyModule_GetDict"
374 "PyModule_GetName"
375 "PyModule_GetFilename"
376 "_PyModule_Clear"
377 "PyModule_Type"
378
379; From python23_s.lib(object)
380 "Py_DivisionWarningFlag"
381 "PyObject_Init"
382 "PyObject_InitVar"
383 "_PyObject_New"
384 "_PyObject_NewVar"
385 "_PyObject_Del"
386 "PyObject_Print"
387 "PyObject_Str"
388 "PyObject_Repr"
389 "_PyObject_Dump"
390 "PyObject_Unicode"
391 "PyObject_GetAttr"
392 "PyObject_IsTrue"
393 "PyNumber_CoerceEx"
394 "PyObject_Compare"
395 "PyObject_RichCompare"
396 "PyObject_RichCompareBool"
397 "_Py_HashDouble"
398 "PyObject_Hash"
399 "_Py_HashPointer"
400 "PyObject_GetAttrString"
401 "PyObject_HasAttrString"
402 "PyObject_SetAttrString"
403 "PyObject_SetAttr"
404 "PyObject_HasAttr"
405 "_PyObject_GetDictPtr"
406 "PyObject_GenericGetAttr"
407 "PyObject_GenericSetAttr"
408 "PyObject_Not"
409 "PyNumber_Coerce"
410 "PyCallable_Check"
411 "PyObject_Dir"
412 "_Py_ReadyTypes"
413 "PyMem_Malloc"
414 "PyMem_Realloc"
415 "PyMem_Free"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000416 "Py_ReprEnter"
417 "Py_ReprLeave"
418 "_PyTrash_deposit_object"
419 "_PyTrash_destroy_chain"
420 "_Py_NotImplementedStruct"
421 "_Py_NoneStruct"
422 "_Py_cobject_hack"
423 "_Py_abstract_hack"
424 "_PyTrash_delete_nesting"
425 "_PyTrash_delete_later"
426
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000427; From python23_s.lib(obmalloc)
428 "PyObject_Malloc"
429 "PyObject_Realloc"
430 "PyObject_Free"
431
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000432; From python23_s.lib(rangeobject)
433 "PyRange_New"
434 "PyRange_Type"
435
436; From python23_s.lib(sliceobject)
437 "PySlice_New"
438 "PySlice_GetIndices"
439 "_Py_EllipsisObject"
440 "PySlice_Type"
441
442; From python23_s.lib(stringobject)
443 "PyString_FromStringAndSize"
444 "PyString_InternInPlace"
445 "PyString_FromString"
446 "PyString_FromFormatV"
447 "PyString_AsString"
448 "_PyString_Resize"
449 "PyString_FromFormat"
450 "PyString_Decode"
451 "PyString_AsDecodedString"
452 "PyString_AsDecodedObject"
453 "PyString_Encode"
454 "PyString_AsEncodedString"
455 "PyString_AsEncodedObject"
456 "PyString_AsStringAndSize"
457 "PyString_Size"
458 "_PyString_Eq"
459 "_PyString_Join"
460 "PyString_Concat"
461 "PyString_ConcatAndDel"
462 "_PyString_FormatLong"
463 "PyString_Format"
464 "PyString_InternFromString"
465 "PyString_Fini"
466 "_Py_ReleaseInternedStrings"
467 "PyString_Type"
468
469; From python23_s.lib(structseq)
470 "PyStructSequence_New"
471 "PyStructSequence_InitType"
472
473; From python23_s.lib(tupleobject)
474 "PyTuple_New"
475 "PyTuple_Size"
476 "PyTuple_GetItem"
477 "PyTuple_SetItem"
478 "PyTuple_GetSlice"
479 "_PyTuple_Resize"
480 "PyTuple_Fini"
481 "PyTuple_Type"
482
483; From python23_s.lib(typeobject)
484 "PyType_IsSubtype"
485 "PyType_GenericAlloc"
486 "PyType_GenericNew"
487 "_PyType_Lookup"
488 "PyType_Ready"
489 "_PyObject_SlotCompare"
490 "PyType_Type"
491 "PyBaseObject_Type"
492 "PySuper_Type"
493
494; From python23_s.lib(unicodeobject)
495 "PyUnicodeUCS2_GetMax"
496 "PyUnicodeUCS2_Resize"
497 "PyUnicodeUCS2_FromUnicode"
498 "PyUnicodeUCS2_FromObject"
499 "PyUnicodeUCS2_FromEncodedObject"
500 "PyUnicodeUCS2_Decode"
501 "PyUnicodeUCS2_GetDefaultEncoding"
502 "PyUnicodeUCS2_DecodeUTF8"
503 "PyUnicodeUCS2_DecodeLatin1"
504 "PyUnicodeUCS2_DecodeASCII"
505 "PyUnicodeUCS2_Encode"
506 "PyUnicodeUCS2_AsEncodedString"
507 "PyUnicodeUCS2_AsUTF8String"
508 "PyUnicodeUCS2_AsLatin1String"
509 "PyUnicodeUCS2_AsASCIIString"
510 "_PyUnicodeUCS2_AsDefaultEncodedString"
511 "PyUnicodeUCS2_AsUnicode"
512 "PyUnicodeUCS2_GetSize"
513 "PyUnicodeUCS2_SetDefaultEncoding"
514 "PyUnicode_DecodeUTF7"
515 "PyUnicode_EncodeUTF7"
516 "PyUnicodeUCS2_EncodeUTF8"
517 "PyUnicodeUCS2_DecodeUTF16"
518 "PyUnicodeUCS2_EncodeUTF16"
519 "PyUnicodeUCS2_AsUTF16String"
520 "PyUnicodeUCS2_DecodeUnicodeEscape"
521 "PyUnicodeUCS2_EncodeUnicodeEscape"
522 "PyUnicodeUCS2_AsUnicodeEscapeString"
523 "PyUnicodeUCS2_DecodeRawUnicodeEscape"
524 "PyUnicodeUCS2_EncodeRawUnicodeEscape"
525 "PyUnicodeUCS2_AsRawUnicodeEscapeString"
526 "PyUnicodeUCS2_EncodeLatin1"
527 "PyUnicodeUCS2_EncodeASCII"
528 "PyUnicodeUCS2_DecodeCharmap"
529 "PyUnicodeUCS2_EncodeCharmap"
530 "PyUnicodeUCS2_AsCharmapString"
531 "PyUnicodeUCS2_TranslateCharmap"
532 "PyUnicodeUCS2_Translate"
533 "PyUnicodeUCS2_EncodeDecimal"
534 "PyUnicodeUCS2_Count"
535 "PyUnicodeUCS2_Find"
536 "PyUnicodeUCS2_Tailmatch"
537 "PyUnicodeUCS2_Join"
538 "PyUnicodeUCS2_Splitlines"
539 "PyUnicodeUCS2_Compare"
540 "PyUnicodeUCS2_Contains"
541 "PyUnicodeUCS2_Concat"
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000542 "_PyUnicode_XStrip"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000543 "PyUnicodeUCS2_Replace"
544 "PyUnicodeUCS2_Split"
545 "PyUnicodeUCS2_Format"
546 "_PyUnicodeUCS2_Init"
547 "_PyUnicodeUCS2_Fini"
548 "PyUnicode_Type"
549
550; From python23_s.lib(unicodectype)
551 "_PyUnicode_TypeRecords"
552 "_PyUnicodeUCS2_IsLinebreak"
553 "_PyUnicodeUCS2_ToTitlecase"
554 "_PyUnicodeUCS2_IsTitlecase"
555 "_PyUnicodeUCS2_ToDecimalDigit"
556 "_PyUnicodeUCS2_IsDecimalDigit"
557 "_PyUnicodeUCS2_ToDigit"
558 "_PyUnicodeUCS2_IsDigit"
559 "_PyUnicodeUCS2_ToNumeric"
560 "_PyUnicodeUCS2_IsNumeric"
561 "_PyUnicodeUCS2_IsWhitespace"
562 "_PyUnicodeUCS2_IsLowercase"
563 "_PyUnicodeUCS2_IsUppercase"
564 "_PyUnicodeUCS2_ToUppercase"
565 "_PyUnicodeUCS2_ToLowercase"
566 "_PyUnicodeUCS2_IsAlpha"
567
568; From python23_s.lib(weakrefobject)
569 "_PyWeakref_GetWeakrefCount"
570 "PyWeakref_NewRef"
571 "PyWeakref_NewProxy"
572 "PyWeakref_GetObject"
573 "PyObject_ClearWeakRefs"
574 "_PyWeakref_RefType"
575 "_PyWeakref_ProxyType"
576 "_PyWeakref_CallableProxyType"
577
578; From python23_s.lib(bltinmodule)
579 "_PyBuiltin_Init"
580 "Py_FileSystemDefaultEncoding"
581
582; From python23_s.lib(exceptions)
583 "PyExc_TypeError"
584 "PyExc_Exception"
585 "PyExc_StopIteration"
586 "PyExc_StandardError"
587 "PyExc_SystemExit"
588 "PyExc_KeyboardInterrupt"
589 "PyExc_ImportError"
590 "PyExc_EnvironmentError"
591 "PyExc_IOError"
592 "PyExc_OSError"
593 "PyExc_EOFError"
594 "PyExc_RuntimeError"
595 "PyExc_NotImplementedError"
596 "PyExc_NameError"
597 "PyExc_UnboundLocalError"
598 "PyExc_AttributeError"
599 "PyExc_SyntaxError"
600 "PyExc_IndentationError"
601 "PyExc_TabError"
602 "PyExc_AssertionError"
603 "PyExc_LookupError"
604 "PyExc_IndexError"
605 "PyExc_KeyError"
606 "PyExc_ArithmeticError"
607 "PyExc_OverflowError"
608 "PyExc_ZeroDivisionError"
609 "PyExc_FloatingPointError"
610 "PyExc_ValueError"
611 "PyExc_UnicodeError"
612 "PyExc_ReferenceError"
613 "PyExc_SystemError"
614 "PyExc_MemoryError"
615 "PyExc_Warning"
616 "PyExc_UserWarning"
617 "PyExc_DeprecationWarning"
618 "PyExc_SyntaxWarning"
619 "PyExc_OverflowWarning"
620 "PyExc_RuntimeWarning"
621 "PyExc_MemoryErrorInst"
622 "_PyExc_Init"
623 "_PyExc_Fini"
624
625; From python23_s.lib(ceval)
626 "PyEval_InitThreads"
627 "PyEval_AcquireLock"
628 "PyEval_ReleaseLock"
629 "PyEval_AcquireThread"
630 "PyEval_ReleaseThread"
631 "PyEval_ReInitThreads"
632 "PyEval_SaveThread"
633 "PyEval_RestoreThread"
634 "Py_AddPendingCall"
635 "Py_MakePendingCalls"
636 "Py_GetRecursionLimit"
637 "Py_SetRecursionLimit"
638 "PyEval_EvalCode"
639 "PyEval_EvalCodeEx"
640 "PyEval_CallObjectWithKeywords"
641 "PyEval_SetProfile"
642 "PyEval_SetTrace"
643 "PyEval_GetBuiltins"
644 "PyEval_GetLocals"
645 "PyEval_GetGlobals"
646 "PyEval_GetFrame"
647 "PyEval_GetRestricted"
648 "PyEval_MergeCompilerFlags"
649 "Py_FlushLine"
650 "PyEval_CallObject"
651 "PyEval_GetFuncName"
652 "PyEval_GetFuncDesc"
653 "_PyEval_SliceIndex"
654
655; From python23_s.lib(compile)
656 "PyCode_New"
657 "PyNode_Compile"
658 "PyNode_CompileFlags"
659 "PyNode_CompileSymtable"
660 "PySymtable_Free"
661 "PyCode_Addr2Line"
662 "Py_OptimizeFlag"
663 "PyCode_Type"
664
665; From python23_s.lib(codecs)
666 "PyCodec_Register"
667 "_PyCodec_Lookup"
668 "PyCodec_Encoder"
669 "PyCodec_Decoder"
670 "PyCodec_StreamReader"
671 "PyCodec_StreamWriter"
672 "PyCodec_Encode"
673 "PyCodec_Decode"
674 "_PyCodecRegistry_Init"
675 "_PyCodecRegistry_Fini"
676
677; From python23_s.lib(errors)
678 "PyErr_Restore"
679 "PyErr_SetObject"
680 "PyErr_SetNone"
681 "PyErr_SetString"
682 "PyErr_Occurred"
683 "PyErr_GivenExceptionMatches"
684 "PyErr_ExceptionMatches"
685 "PyErr_NormalizeException"
686 "PyErr_Fetch"
687 "PyErr_Clear"
688 "PyErr_BadArgument"
689 "PyErr_NoMemory"
690 "PyErr_SetFromErrnoWithFilename"
691 "PyErr_SetFromErrno"
692 "_PyErr_BadInternalCall"
693 "PyErr_Format"
694 "PyErr_BadInternalCall"
695 "PyErr_NewException"
696 "PyErr_WriteUnraisable"
697 "PyErr_Warn"
698 "PyErr_WarnExplicit"
699 "PyErr_SyntaxLocation"
700 "PyErr_ProgramText"
701
702; From python23_s.lib(frozen)
703 "PyImport_FrozenModules"
704
705; From python23_s.lib(frozenmain)
706 "Py_FrozenMain"
707
708; From python23_s.lib(future)
709 "PyNode_Future"
710
711; From python23_s.lib(getargs)
712 "PyArg_Parse"
713 "PyArg_ParseTuple"
714 "PyArg_VaParse"
715 "PyArg_ParseTupleAndKeywords"
716 "PyArg_UnpackTuple"
717
718; From python23_s.lib(getcompiler)
719 "Py_GetCompiler"
720
721; From python23_s.lib(getcopyright)
722 "Py_GetCopyright"
723
724; From python23_s.lib(getmtime)
725 "PyOS_GetLastModificationTime"
726
727; From python23_s.lib(getplatform)
728 "Py_GetPlatform"
729
730; From python23_s.lib(getversion)
731 "Py_GetVersion"
732
733; From python23_s.lib(graminit)
734 "_PyParser_Grammar"
735
736; From python23_s.lib(import)
737 "_PyImport_Init"
738 "_PyImport_Fini"
739 "PyImport_GetModuleDict"
740 "PyImport_Cleanup"
741 "PyImport_GetMagicNumber"
742 "_PyImport_FixupExtension"
743 "_PyImport_FindExtension"
744 "PyImport_AddModule"
745 "PyImport_ExecCodeModule"
746 "PyImport_ExecCodeModuleEx"
747 "PyImport_ImportFrozenModule"
748 "PyImport_ImportModule"
749 "PyImport_Import"
750 "PyImport_ImportModuleEx"
751 "PyImport_ReloadModule"
752; "initimp"
753 "PyImport_ExtendInittab"
754 "PyImport_AppendInittab"
755 "PyImport_Inittab"
756 "_PyImport_Filetab"
757
758; From python23_s.lib(importdl)
759 "_PyImport_LoadDynamicModule"
760
761; From python23_s.lib(marshal)
762 "PyMarshal_WriteLongToFile"
763 "PyMarshal_WriteObjectToFile"
764 "PyMarshal_ReadShortFromFile"
765 "PyMarshal_ReadLongFromFile"
766 "PyMarshal_ReadLastObjectFromFile"
767 "PyMarshal_ReadObjectFromString"
768 "PyMarshal_ReadObjectFromFile"
769 "PyMarshal_WriteObjectToString"
770 "PyMarshal_Init"
771
772; From python23_s.lib(modsupport)
773 "Py_InitModule4"
774 "Py_BuildValue"
775 "Py_VaBuildValue"
776 "PyEval_CallFunction"
777 "PyEval_CallMethod"
778 "PyModule_AddObject"
779 "PyModule_AddIntConstant"
780 "PyModule_AddStringConstant"
781 "_Py_PackageContext"
782
783; From python23_s.lib(mysnprintf)
784 "PyOS_snprintf"
785 "PyOS_vsnprintf"
786
787; From python23_s.lib(mystrtoul)
788 "PyOS_strtoul"
789 "PyOS_strtol"
790
791; From python23_s.lib(pyfpe)
792 "PyFPE_dummy"
793
794; From python23_s.lib(pystate)
795 "PyInterpreterState_New"
796 "PyInterpreterState_Clear"
797 "PyThreadState_Clear"
798 "PyThreadState_Delete"
799 "PyInterpreterState_Delete"
800 "PyThreadState_New"
801 "PyThreadState_DeleteCurrent"
802 "PyThreadState_Get"
803 "PyThreadState_Swap"
804 "PyThreadState_GetDict"
805 "PyInterpreterState_Head"
806 "PyInterpreterState_Next"
807 "PyInterpreterState_ThreadHead"
808 "PyThreadState_Next"
809 "_PyThreadState_Current"
810
811; From python23_s.lib(pythonrun)
812 "Py_IgnoreEnvironmentFlag"
813 "Py_DebugFlag"
814 "Py_VerboseFlag"
815 "Py_NoSiteFlag"
816 "Py_InteractiveFlag"
817 "Py_FrozenFlag"
818 "Py_IsInitialized"
819 "Py_Initialize"
820 "Py_FatalError"
821 "Py_Finalize"
822 "Py_NewInterpreter"
823 "PyErr_Print"
824 "Py_EndInterpreter"
825 "Py_SetProgramName"
826 "Py_GetProgramName"
827 "Py_SetPythonHome"
828 "Py_GetPythonHome"
829 "PyRun_AnyFile"
830 "PyRun_AnyFileExFlags"
831 "PyRun_AnyFileFlags"
832 "PyRun_AnyFileEx"
833 "Py_FdIsInteractive"
834 "PyRun_InteractiveLoopFlags"
835 "PyRun_SimpleFileExFlags"
836 "PyRun_InteractiveLoop"
837 "PyRun_InteractiveOneFlags"
838 "PyRun_InteractiveOne"
839 "PyRun_SimpleFile"
840 "PyRun_SimpleFileEx"
841 "PyRun_FileExFlags"
842 "PyRun_SimpleString"
843 "PyRun_SimpleStringFlags"
844 "PyRun_StringFlags"
845 "PyErr_PrintEx"
846 "Py_Exit"
847 "PyErr_Display"
848 "PyRun_String"
849 "PyParser_SimpleParseString"
850 "PyRun_File"
851 "PyRun_FileEx"
852 "PyParser_SimpleParseFile"
853 "PyParser_SimpleParseStringFlags"
854 "PyRun_FileFlags"
855 "PyParser_SimpleParseFileFlags"
856 "Py_CompileString"
857 "Py_CompileStringFlags"
858 "Py_SymtableString"
859 "Py_AtExit"
860 "PyOS_getsig"
861 "PyOS_setsig"
862 "Py_UseClassExceptionsFlag"
863 "Py_UnicodeFlag"
864 "_Py_QnewFlag"
865 "_PyThread_Started"
866
867; From python23_s.lib(structmember)
868 "PyMember_Get"
869 "PyMember_GetOne"
870 "PyMember_Set"
871 "PyMember_SetOne"
872
873; From python23_s.lib(symtable)
874 "PySymtableEntry_New"
875 "PySymtableEntry_Type"
876
877; From python23_s.lib(sysmodule)
878 "PySys_GetObject"
879 "PySys_GetFile"
880 "PySys_SetObject"
881 "PySys_ResetWarnOptions"
882 "PySys_AddWarnOption"
883 "_PySys_Init"
884 "PySys_SetPath"
885 "PySys_SetArgv"
886 "PySys_WriteStdout"
887 "PySys_WriteStderr"
888
889; From python23_s.lib(traceback)
890 "PyTraceBack_Here"
891 "PyTraceBack_Print"
892 "PyTraceBack_Type"
893
894; From python23_s.lib(getopt)
895 "_PyOS_GetOpt"
896 "_PyOS_opterr"
897 "_PyOS_optind"
898 "_PyOS_optarg"
899
900; From python23_s.lib(dynload_shlib)
901 "_PyImport_DynLoadFiletab"
902 "_PyImport_GetDynLoadFunc"
903
904; From python23_s.lib(thread)
905 "PyThread_init_thread"
906 "PyThread_start_new_thread"
907 "PyThread_get_thread_ident"
908 "PyThread_exit_thread"
909 "PyThread__exit_thread"
910 "PyThread_allocate_lock"
911 "PyThread_free_lock"
912 "PyThread_acquire_lock"
913 "PyThread_release_lock"
914
915; From python23_s.lib(gcmodule)
916; "initgc"
917 "_PyGC_Dump"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000918 "PyObject_GC_Track"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000919 "_PyObject_GC_Track"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000920 "PyObject_GC_UnTrack"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000921 "_PyObject_GC_UnTrack"
922 "_PyObject_GC_Malloc"
923 "_PyObject_GC_New"
924 "_PyObject_GC_NewVar"
925 "_PyObject_GC_Resize"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000926 "PyObject_GC_Del"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000927 "_PyObject_GC_Del"
928 "_PyGC_generation0"
929
930; From python23_s.lib(signalmodule)
931 "PyErr_CheckSignals"
932; "initsignal"
933 "PyErr_SetInterrupt"
934 "PyOS_InitInterrupts"
935 "PyOS_FiniInterrupts"
936 "PyOS_InterruptOccurred"
937 "PyOS_AfterFork"
938
939; From python23_s.lib(posixmodule)
940; "initos2"
941
942; From python23_s.lib(threadmodule)
943; "initthread"
944
945; From python23_s.lib(_sre)
946; "init_sre"