[Python-checkins] CVS: python/dist/src/Mac/Build PythonCore.exp,1.15,1.16

Jack Jansen jackjansen@users.sourceforge.net
2001年10月08日 06:00:53 -0700


Update of /cvsroot/python/python/dist/src/Mac/Build
In directory usw-pr-cvs1:/tmp/cvs-serv1318/python/Mac/Build
Modified Files:
	PythonCore.exp 
Log Message:
Added weakrefobject.c and regenerated .exp files.
Index: PythonCore.exp
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Build/PythonCore.exp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** PythonCore.exp	2001年09月08日 21:37:35	1.15
--- PythonCore.exp	2001年10月08日 13:00:51	1.16
***************
*** 209,213 ****
--- 209,215 ----
 PyInterpreterState_Clear
 PyInterpreterState_New
+ PyMember_SetOne
 PyMember_Set
+ PyMember_GetOne
 PyMember_Get
 PySys_WriteStderr
***************
*** 250,255 ****
 PySequence_In
 PySequence_Contains
- _PySequence_IterContains
 PySequence_Count
 PySequence_Fast
 PySequence_List
--- 252,257 ----
 PySequence_In
 PySequence_Contains
 PySequence_Count
+ _PySequence_IterSearch
 PySequence_Fast
 PySequence_List
***************
*** 434,437 ****
--- 436,440 ----
 PyLong_FromUnsignedLong
 PyLong_FromLong
+ _PyLong_Copy
 _PyLong_New
 PyCFunction_Type
***************
*** 455,459 ****
 _Py_cobject_hack
 _Py_abstract_hack
- PyObject_ClearWeakRefs
 Py_DivisionWarningFlag
 _PyTrash_delete_later
--- 458,461 ----
***************
*** 545,550 ****
--- 547,554 ----
 PyBaseObject_Type
 PySuper_Type
+ _PyObject_SlotCompare
 PyType_Ready
 _PyType_Lookup
+ call_maybe
 call_method
 PyType_IsSubtype
***************
*** 662,666 ****
 RotateCursor
 SpinCursor
! PyMac_GetFullPath
 PyMac_AppRefNum
 PyMac_options
--- 666,670 ----
 RotateCursor
 SpinCursor
! PyMac_GetFullPathname
 PyMac_AppRefNum
 PyMac_options
***************
*** 797,800 ****
--- 801,806 ----
 PyUnicodeUCS2_EncodeUTF8
 PyUnicodeUCS2_DecodeUTF8
+ PyUnicode_EncodeUTF7
+ PyUnicode_DecodeUTF7
 PyUnicodeUCS2_SetDefaultEncoding
 PyUnicodeUCS2_GetDefaultEncoding
***************
*** 850,853 ****
--- 856,860 ----
 PyExc_IndentationError
 PyExc_TabError
+ PyExc_ReferenceError
 PyExc_SystemError
 PyExc_SystemExit
***************
*** 884,887 ****
--- 891,895 ----
 PyOS_vsnprintf
 PyOS_snprintf
+ PyWrapperDescr_Type
 proxytype
 wrappertype
***************
*** 1027,1030 ****
--- 1035,1046 ----
 PyMac_StrError
 PyMac_getscript
+ _PyWeakref_RefType
+ _PyWeakref_ProxyType
+ _PyWeakref_CallableProxyType
+ PyObject_ClearWeakRefs
+ PyWeakref_GetObject
+ PyWeakref_NewProxy
+ PyWeakref_NewRef
+ _PyWeakref_GetWeakrefCount
 GUSISetupConsoleStdio
 GUSIStdioFlush

AltStyle によって変換されたページ (->オリジナル) /