Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/PC/os2vacpp/python.def

    r2 r391  
    77               ; Data
    88               PyCFunction_Type
     9               PyCapsule_Type
    910               PyCObject_Type
    1011               PyClass_Type
     
    7677               _Py_ZeroStruct
    7778               _Py_abstract_hack
     79               _Py_capsule_hack
    7880               _Py_cobject_hack
    7981               _Py_re_syntax
     
    9092               PyCFunction_GetSelf
    9193               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
    92105               PyCObject_AsVoidPtr
    93106               PyCObject_FromVoidPtrAndDesc
     
    285298               PyOS_AfterFork
    286299               PyOS_FiniInterrupts
    287                PyOS_GetLastModificationTime
    288300               PyOS_InitInterrupts
    289301               PyOS_InterruptOccurred
     
    370382               PyThreadState_New
    371383               PyThreadState_Swap
    372                PyThread__exit_thread
    373384               PyThread_acquire_lock
    374385               PyThread_allocate_lock
Note: See TracChangeset for help on using the changeset viewer.