Changeset 391 for python/trunk/PC/os2vacpp/python.def
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/PC/os2vacpp/python.def
r2 r391 7 7 ; Data 8 8 PyCFunction_Type 9 PyCapsule_Type 9 10 PyCObject_Type 10 11 PyClass_Type … … 76 77 _Py_ZeroStruct 77 78 _Py_abstract_hack 79 _Py_capsule_hack 78 80 _Py_cobject_hack 79 81 _Py_re_syntax … … 90 92 PyCFunction_GetSelf 91 93 PyCFunction_New 94 PyCapsule_GetContext 95 PyCapsule_GetDestructor 96 PyCapsule_GetName 97 PyCapsule_GetPointer 98 PyCapsule_Import 99 PyCapsule_IsValid 100 PyCapsule_New 101 PyCapsule_SetContext 102 PyCapsule_SetDestructor 103 PyCapsule_SetName 104 PyCapsule_SetPointer 92 105 PyCObject_AsVoidPtr 93 106 PyCObject_FromVoidPtrAndDesc … … 285 298 PyOS_AfterFork 286 299 PyOS_FiniInterrupts 287 PyOS_GetLastModificationTime288 300 PyOS_InitInterrupts 289 301 PyOS_InterruptOccurred … … 370 382 PyThreadState_New 371 383 PyThreadState_Swap 372 PyThread__exit_thread373 384 PyThread_acquire_lock 374 385 PyThread_allocate_lock
Note:
See TracChangeset
for help on using the changeset viewer.