Documentation Archive Developer
Search

Python Changes for Swift

Python (Removed)

Removed bufferinfo [struct]
Removed bufferinfo.buf
Removed bufferinfo.format
Removed bufferinfo.init()
Removed bufferinfo.init(buf: UnsafeMutablePointer<Void>, obj: UnsafeMutablePointer<PyObject>, len: Py_ssize_t, itemsize: Py_ssize_t, readonly: Int32, ndim: Int32, format: UnsafeMutablePointer<Int8>, shape: UnsafeMutablePointer<Py_ssize_t>, strides: UnsafeMutablePointer<Py_ssize_t>, suboffsets: UnsafeMutablePointer<Py_ssize_t>, smalltable: (Py_ssize_t, Py_ssize_t), internal: UnsafeMutablePointer<Void>)
Removed bufferinfo.internal
Removed bufferinfo.itemsize
Removed bufferinfo.len
Removed bufferinfo.ndim
Removed bufferinfo.obj
Removed bufferinfo.readonly
Removed bufferinfo.shape
Removed bufferinfo.smalltable
Removed bufferinfo.strides
Removed bufferinfo.suboffsets
Removed Py_complex [struct]
Removed Py_complex.imag
Removed Py_complex.init()
Removed Py_complex.init(real: Double, imag: Double)
Removed Py_complex.real
Removed PyBaseExceptionObject [struct]
Removed PyBaseExceptionObject.args
Removed PyBaseExceptionObject.dict
Removed PyBaseExceptionObject.init()
Removed PyBaseExceptionObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, dict: UnsafeMutablePointer<PyObject>, args: UnsafeMutablePointer<PyObject>, message: UnsafeMutablePointer<PyObject>)
Removed PyBaseExceptionObject.message
Removed PyBaseExceptionObject.ob_refcnt
Removed PyBaseExceptionObject.ob_type
Removed PyBufferProcs [struct]
Removed PyBufferProcs.bf_getbuffer
Removed PyBufferProcs.bf_getcharbuffer
Removed PyBufferProcs.bf_getreadbuffer
Removed PyBufferProcs.bf_getsegcount
Removed PyBufferProcs.bf_getwritebuffer
Removed PyBufferProcs.bf_releasebuffer
Removed PyBufferProcs.init()
Removed PyBufferProcs.init(bf_getreadbuffer: readbufferproc!, bf_getwritebuffer: writebufferproc!, bf_getsegcount: segcountproc!, bf_getcharbuffer: charbufferproc!, bf_getbuffer: getbufferproc!, bf_releasebuffer: releasebufferproc!)
Removed PyByteArrayObject [struct]
Removed PyByteArrayObject.init()
Removed PyByteArrayObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, ob_size: Py_ssize_t, ob_exports: Int32, ob_alloc: Py_ssize_t, ob_bytes: UnsafeMutablePointer<Int8>)
Removed PyByteArrayObject.ob_alloc
Removed PyByteArrayObject.ob_bytes
Removed PyByteArrayObject.ob_exports
Removed PyByteArrayObject.ob_refcnt
Removed PyByteArrayObject.ob_size
Removed PyByteArrayObject.ob_type
Removed PyCellObject [struct]
Removed PyCellObject.init()
Removed PyCellObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, ob_ref: UnsafeMutablePointer<PyObject>)
Removed PyCellObject.ob_ref
Removed PyCellObject.ob_refcnt
Removed PyCellObject.ob_type
Removed PyCFunctionObject [struct]
Removed PyCFunctionObject.init()
Removed PyCFunctionObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, m_ml: UnsafeMutablePointer<PyMethodDef>, m_self: UnsafeMutablePointer<PyObject>, m_module: UnsafeMutablePointer<PyObject>)
Removed PyCFunctionObject.m_ml
Removed PyCFunctionObject.m_module
Removed PyCFunctionObject.m_self
Removed PyCFunctionObject.ob_refcnt
Removed PyCFunctionObject.ob_type
Removed PyClassObject [struct]
Removed PyClassObject.cl_bases
Removed PyClassObject.cl_delattr
Removed PyClassObject.cl_dict
Removed PyClassObject.cl_getattr
Removed PyClassObject.cl_name
Removed PyClassObject.cl_setattr
Removed PyClassObject.cl_weakreflist
Removed PyClassObject.init()
Removed PyClassObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, cl_bases: UnsafeMutablePointer<PyObject>, cl_dict: UnsafeMutablePointer<PyObject>, cl_name: UnsafeMutablePointer<PyObject>, cl_getattr: UnsafeMutablePointer<PyObject>, cl_setattr: UnsafeMutablePointer<PyObject>, cl_delattr: UnsafeMutablePointer<PyObject>, cl_weakreflist: UnsafeMutablePointer<PyObject>)
Removed PyClassObject.ob_refcnt
Removed PyClassObject.ob_type
Removed PyCObject [struct]
Removed PyCObject.cobject
Removed PyCObject.desc
Removed PyCObject.destructor
Removed PyCObject.init()
Removed PyCObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, cobject: UnsafeMutablePointer<Void>, desc: UnsafeMutablePointer<Void>, destructor: ((UnsafeMutablePointer<Void>) -> Void)!)
Removed PyCObject.ob_refcnt
Removed PyCObject.ob_type
Removed PyCodeObject [struct]
Removed PyCodeObject.co_argcount
Removed PyCodeObject.co_cellvars
Removed PyCodeObject.co_code
Removed PyCodeObject.co_consts
Removed PyCodeObject.co_filename
Removed PyCodeObject.co_firstlineno
Removed PyCodeObject.co_flags
Removed PyCodeObject.co_freevars
Removed PyCodeObject.co_lnotab
Removed PyCodeObject.co_name
Removed PyCodeObject.co_names
Removed PyCodeObject.co_nlocals
Removed PyCodeObject.co_stacksize
Removed PyCodeObject.co_varnames
Removed PyCodeObject.co_weakreflist
Removed PyCodeObject.co_zombieframe
Removed PyCodeObject.init()
Removed PyCodeObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, co_argcount: Int32, co_nlocals: Int32, co_stacksize: Int32, co_flags: Int32, co_code: UnsafeMutablePointer<PyObject>, co_consts: UnsafeMutablePointer<PyObject>, co_names: UnsafeMutablePointer<PyObject>, co_varnames: UnsafeMutablePointer<PyObject>, co_freevars: UnsafeMutablePointer<PyObject>, co_cellvars: UnsafeMutablePointer<PyObject>, co_filename: UnsafeMutablePointer<PyObject>, co_name: UnsafeMutablePointer<PyObject>, co_firstlineno: Int32, co_lnotab: UnsafeMutablePointer<PyObject>, co_zombieframe: UnsafeMutablePointer<Void>, co_weakreflist: UnsafeMutablePointer<PyObject>)
Removed PyCodeObject.ob_refcnt
Removed PyCodeObject.ob_type
Removed PyCompilerFlags [struct]
Removed PyCompilerFlags.cf_flags
Removed PyCompilerFlags.init()
Removed PyCompilerFlags.init(cf_flags: Int32)
Removed PyComplexObject [struct]
Removed PyComplexObject.cval
Removed PyComplexObject.init()
Removed PyComplexObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, cval: Py_complex)
Removed PyComplexObject.ob_refcnt
Removed PyComplexObject.ob_type
Removed PyDescrObject [struct]
Removed PyDescrObject.d_name
Removed PyDescrObject.d_type
Removed PyDescrObject.init()
Removed PyDescrObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, d_type: UnsafeMutablePointer<PyTypeObject>, d_name: UnsafeMutablePointer<PyObject>)
Removed PyDescrObject.ob_refcnt
Removed PyDescrObject.ob_type
Removed PyDictEntry [struct]
Removed PyDictEntry.init()
Removed PyDictEntry.init(me_hash: Py_ssize_t, me_key: UnsafeMutablePointer<PyObject>, me_value: UnsafeMutablePointer<PyObject>)
Removed PyDictEntry.me_hash
Removed PyDictEntry.me_key
Removed PyDictEntry.me_value
Removed PyEnvironmentErrorObject [struct]
Removed PyEnvironmentErrorObject.args
Removed PyEnvironmentErrorObject.dict
Removed PyEnvironmentErrorObject.filename
Removed PyEnvironmentErrorObject.init()
Removed PyEnvironmentErrorObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, dict: UnsafeMutablePointer<PyObject>, args: UnsafeMutablePointer<PyObject>, message: UnsafeMutablePointer<PyObject>, myerrno: UnsafeMutablePointer<PyObject>, strerror: UnsafeMutablePointer<PyObject>, filename: UnsafeMutablePointer<PyObject>)
Removed PyEnvironmentErrorObject.message
Removed PyEnvironmentErrorObject.myerrno
Removed PyEnvironmentErrorObject.ob_refcnt
Removed PyEnvironmentErrorObject.ob_type
Removed PyEnvironmentErrorObject.strerror
Removed PyFileObject [struct]
Removed PyFileObject.f_binary
Removed PyFileObject.f_buf
Removed PyFileObject.f_bufend
Removed PyFileObject.f_bufptr
Removed PyFileObject.f_close
Removed PyFileObject.f_encoding
Removed PyFileObject.f_errors
Removed PyFileObject.f_fp
Removed PyFileObject.f_mode
Removed PyFileObject.f_name
Removed PyFileObject.f_newlinetypes
Removed PyFileObject.f_setbuf
Removed PyFileObject.f_skipnextlf
Removed PyFileObject.f_softspace
Removed PyFileObject.f_univ_newline
Removed PyFileObject.init()
Removed PyFileObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, f_fp: UnsafeMutablePointer<FILE>, f_name: UnsafeMutablePointer<PyObject>, f_mode: UnsafeMutablePointer<PyObject>, f_close: ((UnsafeMutablePointer<FILE>) -> Int32)!, f_softspace: Int32, f_binary: Int32, f_buf: UnsafeMutablePointer<Int8>, f_bufend: UnsafeMutablePointer<Int8>, f_bufptr: UnsafeMutablePointer<Int8>, f_setbuf: UnsafeMutablePointer<Int8>, f_univ_newline: Int32, f_newlinetypes: Int32, f_skipnextlf: Int32, f_encoding: UnsafeMutablePointer<PyObject>, f_errors: UnsafeMutablePointer<PyObject>, weakreflist: UnsafeMutablePointer<PyObject>, unlocked_count: Int32, readable: Int32, writable: Int32)
Removed PyFileObject.ob_refcnt
Removed PyFileObject.ob_type
Removed PyFileObject.readable
Removed PyFileObject.unlocked_count
Removed PyFileObject.weakreflist
Removed PyFileObject.writable
Removed PyFloatObject [struct]
Removed PyFloatObject.init()
Removed PyFloatObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, ob_fval: Double)
Removed PyFloatObject.ob_fval
Removed PyFloatObject.ob_refcnt
Removed PyFloatObject.ob_type
Removed PyFunctionObject [struct]
Removed PyFunctionObject.func_closure
Removed PyFunctionObject.func_code
Removed PyFunctionObject.func_defaults
Removed PyFunctionObject.func_dict
Removed PyFunctionObject.func_doc
Removed PyFunctionObject.func_globals
Removed PyFunctionObject.func_module
Removed PyFunctionObject.func_name
Removed PyFunctionObject.func_weakreflist
Removed PyFunctionObject.init()
Removed PyFunctionObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, func_code: UnsafeMutablePointer<PyObject>, func_globals: UnsafeMutablePointer<PyObject>, func_defaults: UnsafeMutablePointer<PyObject>, func_closure: UnsafeMutablePointer<PyObject>, func_doc: UnsafeMutablePointer<PyObject>, func_name: UnsafeMutablePointer<PyObject>, func_dict: UnsafeMutablePointer<PyObject>, func_weakreflist: UnsafeMutablePointer<PyObject>, func_module: UnsafeMutablePointer<PyObject>)
Removed PyFunctionObject.ob_refcnt
Removed PyFunctionObject.ob_type
Removed PyFutureFeatures [struct]
Removed PyFutureFeatures.ff_features
Removed PyFutureFeatures.ff_lineno
Removed PyFutureFeatures.init()
Removed PyFutureFeatures.init(ff_features: Int32, ff_lineno: Int32)
Removed PyGenObject [struct]
Removed PyGenObject.gi_code
Removed PyGenObject.gi_frame
Removed PyGenObject.gi_running
Removed PyGenObject.gi_weakreflist
Removed PyGenObject.init()
Removed PyGenObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, gi_frame: UnsafeMutablePointer<_frame>, gi_running: Int32, gi_code: UnsafeMutablePointer<PyObject>, gi_weakreflist: UnsafeMutablePointer<PyObject>)
Removed PyGenObject.ob_refcnt
Removed PyGenObject.ob_type
Removed PyGetSetDef [struct]
Removed PyGetSetDef.closure
Removed PyGetSetDef.doc
Removed PyGetSetDef.get
Removed PyGetSetDef.init()
Removed PyGetSetDef.init(name: UnsafeMutablePointer<Int8>, get: getter!, set: setter!, doc: UnsafeMutablePointer<Int8>, closure: UnsafeMutablePointer<Void>)
Removed PyGetSetDef.name
Removed PyGetSetDef.set
Removed PyGetSetDescrObject [struct]
Removed PyGetSetDescrObject.d_getset
Removed PyGetSetDescrObject.d_name
Removed PyGetSetDescrObject.d_type
Removed PyGetSetDescrObject.init()
Removed PyGetSetDescrObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, d_type: UnsafeMutablePointer<PyTypeObject>, d_name: UnsafeMutablePointer<PyObject>, d_getset: UnsafeMutablePointer<PyGetSetDef>)
Removed PyGetSetDescrObject.ob_refcnt
Removed PyGetSetDescrObject.ob_type
Removed PyGILState_STATE [struct]
Removed PyGILState_STATE.init(_: UInt32)
Removed PyGILState_STATE.init(rawValue: UInt32)
Removed PyGILState_STATE.rawValue
Removed PyInstanceObject [struct]
Removed PyInstanceObject.in_class
Removed PyInstanceObject.in_dict
Removed PyInstanceObject.in_weakreflist
Removed PyInstanceObject.init()
Removed PyInstanceObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, in_class: UnsafeMutablePointer<PyClassObject>, in_dict: UnsafeMutablePointer<PyObject>, in_weakreflist: UnsafeMutablePointer<PyObject>)
Removed PyInstanceObject.ob_refcnt
Removed PyInstanceObject.ob_type
Removed PyIntObject [struct]
Removed PyIntObject.init()
Removed PyIntObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, ob_ival: Int)
Removed PyIntObject.ob_ival
Removed PyIntObject.ob_refcnt
Removed PyIntObject.ob_type
Removed PyListObject [struct]
Removed PyListObject.allocated
Removed PyListObject.init()
Removed PyListObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, ob_size: Py_ssize_t, ob_item: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, allocated: Py_ssize_t)
Removed PyListObject.ob_item
Removed PyListObject.ob_refcnt
Removed PyListObject.ob_size
Removed PyListObject.ob_type
Removed PyMappingMethods [struct]
Removed PyMappingMethods.init()
Removed PyMappingMethods.init(mp_length: lenfunc!, mp_subscript: binaryfunc!, mp_ass_subscript: objobjargproc!)
Removed PyMappingMethods.mp_ass_subscript
Removed PyMappingMethods.mp_length
Removed PyMappingMethods.mp_subscript
Removed PyMemberDef [struct]
Removed PyMemberDef.doc
Removed PyMemberDef.flags
Removed PyMemberDef.init()
Removed PyMemberDef.init(name: UnsafeMutablePointer<Int8>, type: Int32, offset: Py_ssize_t, flags: Int32, doc: UnsafeMutablePointer<Int8>)
Removed PyMemberDef.name
Removed PyMemberDef.offset
Removed PyMemberDef.type
Removed PyMemberDescrObject [struct]
Removed PyMemberDescrObject.d_member
Removed PyMemberDescrObject.d_name
Removed PyMemberDescrObject.d_type
Removed PyMemberDescrObject.init()
Removed PyMemberDescrObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, d_type: UnsafeMutablePointer<PyTypeObject>, d_name: UnsafeMutablePointer<PyObject>, d_member: UnsafeMutablePointer<PyMemberDef>)
Removed PyMemberDescrObject.ob_refcnt
Removed PyMemberDescrObject.ob_type
Removed PyMemoryViewObject [struct]
Removed PyMemoryViewObject.base
Removed PyMemoryViewObject.init()
Removed PyMemoryViewObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, base: UnsafeMutablePointer<PyObject>, view: Py_buffer)
Removed PyMemoryViewObject.ob_refcnt
Removed PyMemoryViewObject.ob_type
Removed PyMemoryViewObject.view
Removed PyMethodChain [struct]
Removed PyMethodChain.init()
Removed PyMethodChain.init(methods: UnsafeMutablePointer<PyMethodDef>, link: UnsafeMutablePointer<PyMethodChain>)
Removed PyMethodChain.link
Removed PyMethodChain.methods
Removed PyMethodDef [struct]
Removed PyMethodDef.init()
Removed PyMethodDef.init(ml_name: UnsafePointer<Int8>, ml_meth: PyCFunction!, ml_flags: Int32, ml_doc: UnsafePointer<Int8>)
Removed PyMethodDef.ml_doc
Removed PyMethodDef.ml_flags
Removed PyMethodDef.ml_meth
Removed PyMethodDef.ml_name
Removed PyMethodDescrObject [struct]
Removed PyMethodDescrObject.d_method
Removed PyMethodDescrObject.d_name
Removed PyMethodDescrObject.d_type
Removed PyMethodDescrObject.init()
Removed PyMethodDescrObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, d_type: UnsafeMutablePointer<PyTypeObject>, d_name: UnsafeMutablePointer<PyObject>, d_method: UnsafeMutablePointer<PyMethodDef>)
Removed PyMethodDescrObject.ob_refcnt
Removed PyMethodDescrObject.ob_type
Removed PyMethodObject [struct]
Removed PyMethodObject.im_class
Removed PyMethodObject.im_func
Removed PyMethodObject.im_self
Removed PyMethodObject.im_weakreflist
Removed PyMethodObject.init()
Removed PyMethodObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, im_func: UnsafeMutablePointer<PyObject>, im_self: UnsafeMutablePointer<PyObject>, im_class: UnsafeMutablePointer<PyObject>, im_weakreflist: UnsafeMutablePointer<PyObject>)
Removed PyMethodObject.ob_refcnt
Removed PyMethodObject.ob_type
Removed PyNumberMethods [struct]
Removed PyNumberMethods.init()
Removed PyNumberMethods.init(nb_add: binaryfunc!, nb_subtract: binaryfunc!, nb_multiply: binaryfunc!, nb_divide: binaryfunc!, nb_remainder: binaryfunc!, nb_divmod: binaryfunc!, nb_power: ternaryfunc!, nb_negative: unaryfunc!, nb_positive: unaryfunc!, nb_absolute: unaryfunc!, nb_nonzero: inquiry!, nb_invert: unaryfunc!, nb_lshift: binaryfunc!, nb_rshift: binaryfunc!, nb_and: binaryfunc!, nb_xor: binaryfunc!, nb_or: binaryfunc!, nb_coerce: coercion!, nb_int: unaryfunc!, nb_long: unaryfunc!, nb_float: unaryfunc!, nb_oct: unaryfunc!, nb_hex: unaryfunc!, nb_inplace_add: binaryfunc!, nb_inplace_subtract: binaryfunc!, nb_inplace_multiply: binaryfunc!, nb_inplace_divide: binaryfunc!, nb_inplace_remainder: binaryfunc!, nb_inplace_power: ternaryfunc!, nb_inplace_lshift: binaryfunc!, nb_inplace_rshift: binaryfunc!, nb_inplace_and: binaryfunc!, nb_inplace_xor: binaryfunc!, nb_inplace_or: binaryfunc!, nb_floor_divide: binaryfunc!, nb_true_divide: binaryfunc!, nb_inplace_floor_divide: binaryfunc!, nb_inplace_true_divide: binaryfunc!, nb_index: unaryfunc!)
Removed PyNumberMethods.nb_absolute
Removed PyNumberMethods.nb_add
Removed PyNumberMethods.nb_and
Removed PyNumberMethods.nb_coerce
Removed PyNumberMethods.nb_divide
Removed PyNumberMethods.nb_divmod
Removed PyNumberMethods.nb_float
Removed PyNumberMethods.nb_floor_divide
Removed PyNumberMethods.nb_hex
Removed PyNumberMethods.nb_index
Removed PyNumberMethods.nb_inplace_add
Removed PyNumberMethods.nb_inplace_and
Removed PyNumberMethods.nb_inplace_divide
Removed PyNumberMethods.nb_inplace_floor_divide
Removed PyNumberMethods.nb_inplace_lshift
Removed PyNumberMethods.nb_inplace_multiply
Removed PyNumberMethods.nb_inplace_or
Removed PyNumberMethods.nb_inplace_power
Removed PyNumberMethods.nb_inplace_remainder
Removed PyNumberMethods.nb_inplace_rshift
Removed PyNumberMethods.nb_inplace_subtract
Removed PyNumberMethods.nb_inplace_true_divide
Removed PyNumberMethods.nb_inplace_xor
Removed PyNumberMethods.nb_int
Removed PyNumberMethods.nb_invert
Removed PyNumberMethods.nb_long
Removed PyNumberMethods.nb_lshift
Removed PyNumberMethods.nb_multiply
Removed PyNumberMethods.nb_negative
Removed PyNumberMethods.nb_nonzero
Removed PyNumberMethods.nb_oct
Removed PyNumberMethods.nb_or
Removed PyNumberMethods.nb_positive
Removed PyNumberMethods.nb_power
Removed PyNumberMethods.nb_remainder
Removed PyNumberMethods.nb_rshift
Removed PyNumberMethods.nb_subtract
Removed PyNumberMethods.nb_true_divide
Removed PyNumberMethods.nb_xor
Removed PySequenceMethods [struct]
Removed PySequenceMethods.init()
Removed PySequenceMethods.init(sq_length: lenfunc!, sq_concat: binaryfunc!, sq_repeat: ssizeargfunc!, sq_item: ssizeargfunc!, sq_slice: ssizessizeargfunc!, sq_ass_item: ssizeobjargproc!, sq_ass_slice: ssizessizeobjargproc!, sq_contains: objobjproc!, sq_inplace_concat: binaryfunc!, sq_inplace_repeat: ssizeargfunc!)
Removed PySequenceMethods.sq_ass_item
Removed PySequenceMethods.sq_ass_slice
Removed PySequenceMethods.sq_concat
Removed PySequenceMethods.sq_contains
Removed PySequenceMethods.sq_inplace_concat
Removed PySequenceMethods.sq_inplace_repeat
Removed PySequenceMethods.sq_item
Removed PySequenceMethods.sq_length
Removed PySequenceMethods.sq_repeat
Removed PySequenceMethods.sq_slice
Removed PySliceObject [struct]
Removed PySliceObject.init()
Removed PySliceObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, start: UnsafeMutablePointer<PyObject>, stop: UnsafeMutablePointer<PyObject>, step: UnsafeMutablePointer<PyObject>)
Removed PySliceObject.ob_refcnt
Removed PySliceObject.ob_type
Removed PySliceObject.start
Removed PySliceObject.step
Removed PySliceObject.stop
Removed PyStringObject [struct]
Removed PyStringObject.init()
Removed PyStringObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, ob_size: Py_ssize_t, ob_shash: Int, ob_sstate: Int32, ob_sval: (Int8))
Removed PyStringObject.ob_refcnt
Removed PyStringObject.ob_shash
Removed PyStringObject.ob_size
Removed PyStringObject.ob_sstate
Removed PyStringObject.ob_sval
Removed PyStringObject.ob_type
Removed PySyntaxErrorObject [struct]
Removed PySyntaxErrorObject.args
Removed PySyntaxErrorObject.dict
Removed PySyntaxErrorObject.filename
Removed PySyntaxErrorObject.init()
Removed PySyntaxErrorObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, dict: UnsafeMutablePointer<PyObject>, args: UnsafeMutablePointer<PyObject>, message: UnsafeMutablePointer<PyObject>, msg: UnsafeMutablePointer<PyObject>, filename: UnsafeMutablePointer<PyObject>, lineno: UnsafeMutablePointer<PyObject>, offset: UnsafeMutablePointer<PyObject>, text: UnsafeMutablePointer<PyObject>, print_file_and_line: UnsafeMutablePointer<PyObject>)
Removed PySyntaxErrorObject.lineno
Removed PySyntaxErrorObject.message
Removed PySyntaxErrorObject.msg
Removed PySyntaxErrorObject.ob_refcnt
Removed PySyntaxErrorObject.ob_type
Removed PySyntaxErrorObject.offset
Removed PySyntaxErrorObject.print_file_and_line
Removed PySyntaxErrorObject.text
Removed PySystemExitObject [struct]
Removed PySystemExitObject.args
Removed PySystemExitObject.code
Removed PySystemExitObject.dict
Removed PySystemExitObject.init()
Removed PySystemExitObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, dict: UnsafeMutablePointer<PyObject>, args: UnsafeMutablePointer<PyObject>, message: UnsafeMutablePointer<PyObject>, code: UnsafeMutablePointer<PyObject>)
Removed PySystemExitObject.message
Removed PySystemExitObject.ob_refcnt
Removed PySystemExitObject.ob_type
Removed PyTupleObject [struct]
Removed PyTupleObject.init()
Removed PyTupleObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, ob_size: Py_ssize_t, ob_item: (UnsafeMutablePointer<PyObject>))
Removed PyTupleObject.ob_item
Removed PyTupleObject.ob_refcnt
Removed PyTupleObject.ob_size
Removed PyTupleObject.ob_type
Removed PyUnicodeErrorObject [struct]
Removed PyUnicodeErrorObject.args
Removed PyUnicodeErrorObject.dict
Removed PyUnicodeErrorObject.encoding
Removed PyUnicodeErrorObject.end
Removed PyUnicodeErrorObject.init()
Removed PyUnicodeErrorObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, dict: UnsafeMutablePointer<PyObject>, args: UnsafeMutablePointer<PyObject>, message: UnsafeMutablePointer<PyObject>, encoding: UnsafeMutablePointer<PyObject>, object: UnsafeMutablePointer<PyObject>, start: Py_ssize_t, end: Py_ssize_t, reason: UnsafeMutablePointer<PyObject>)
Removed PyUnicodeErrorObject.message
Removed PyUnicodeErrorObject.ob_refcnt
Removed PyUnicodeErrorObject.ob_type
Removed PyUnicodeErrorObject.object
Removed PyUnicodeErrorObject.reason
Removed PyUnicodeErrorObject.start
Removed PyUnicodeObject [struct]
Removed PyUnicodeObject.defenc
Removed PyUnicodeObject.hash
Removed PyUnicodeObject.init()
Removed PyUnicodeObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, length: Py_ssize_t, str: UnsafeMutablePointer<Py_UNICODE>, hash: Int, defenc: UnsafeMutablePointer<PyObject>)
Removed PyUnicodeObject.length
Removed PyUnicodeObject.ob_refcnt
Removed PyUnicodeObject.ob_type
Removed PyUnicodeObject.str
Removed PyVarObject [struct]
Removed PyVarObject.init()
Removed PyVarObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, ob_size: Py_ssize_t)
Removed PyVarObject.ob_refcnt
Removed PyVarObject.ob_size
Removed PyVarObject.ob_type
Removed PyWrapperDescrObject [struct]
Removed PyWrapperDescrObject.d_base
Removed PyWrapperDescrObject.d_name
Removed PyWrapperDescrObject.d_type
Removed PyWrapperDescrObject.d_wrapped
Removed PyWrapperDescrObject.init()
Removed PyWrapperDescrObject.init(ob_refcnt: Py_ssize_t, ob_type: UnsafeMutablePointer<_typeobject>, d_type: UnsafeMutablePointer<PyTypeObject>, d_name: UnsafeMutablePointer<PyObject>, d_base: UnsafeMutablePointer<wrapperbase>, d_wrapped: UnsafeMutablePointer<Void>)
Removed PyWrapperDescrObject.ob_refcnt
Removed PyWrapperDescrObject.ob_type
Removed setentry [struct]
Removed setentry.hash
Removed setentry.init()
Removed setentry.init(hash: Int, key: UnsafeMutablePointer<PyObject>)
Removed setentry.key
Removed wrapperbase [struct]
Removed wrapperbase.doc
Removed wrapperbase.flags
Removed wrapperbase.function
Removed wrapperbase.init()
Removed wrapperbase.init(name: UnsafeMutablePointer<Int8>, offset: Int32, function: UnsafeMutablePointer<Void>, wrapper: wrapperfunc!, doc: UnsafeMutablePointer<Int8>, flags: Int32, name_strobj: UnsafeMutablePointer<PyObject>)
Removed wrapperbase.name
Removed wrapperbase.name_strobj
Removed wrapperbase.offset
Removed wrapperbase.wrapper
Removed AC_APPLE_UNIVERSAL_BUILD
Removed allocfunc
Removed binaryfunc
Removed charbufferproc
Removed cmpfunc
Removed CO_FUTURE_ABSOLUTE_IMPORT
Removed CO_FUTURE_DIVISION
Removed CO_FUTURE_PRINT_FUNCTION
Removed CO_FUTURE_UNICODE_LITERALS
Removed CO_FUTURE_WITH_STATEMENT
Removed CO_GENERATOR
Removed CO_MAXBLOCKS
Removed CO_NESTED
Removed CO_NEWLOCALS
Removed CO_NOFREE
Removed CO_OPTIMIZED
Removed CO_VARARGS
Removed CO_VARKEYWORDS
Removed coercion
Removed descrgetfunc
Removed descrsetfunc
Removed destructor
Removed ENABLE_IPV6
Removed freefunc
Removed FUTURE_ABSOLUTE_IMPORT
Removed FUTURE_DIVISION
Removed FUTURE_GENERATORS
Removed FUTURE_NESTED_SCOPES
Removed FUTURE_PRINT_FUNCTION
Removed FUTURE_UNICODE_LITERALS
Removed FUTURE_WITH_STATEMENT
Removed getattrfunc
Removed getattrofunc
Removed getbufferproc
Removed getcharbufferproc
Removed getiterfunc
Removed getreadbufferproc
Removed getsegcountproc
Removed getter
Removed getwritebufferproc
Removed hashfunc
Removed HAVE_ACOSH
Removed HAVE_ADDRINFO
Removed HAVE_ALARM
Removed HAVE_ALLOCA_H
Removed HAVE_ASINH
Removed HAVE_ATANH
Removed HAVE_BROKEN_SEM_GETVALUE
Removed HAVE_C99_BOOL
Removed HAVE_CHFLAGS
Removed HAVE_CHOWN
Removed HAVE_CHROOT
Removed HAVE_CLOCK
Removed HAVE_CONFSTR
Removed HAVE_COPYSIGN
Removed HAVE_CTERMID
Removed HAVE_CTERMID_R
Removed HAVE_CURSES_H
Removed HAVE_CURSES_IS_TERM_RESIZED
Removed HAVE_CURSES_RESIZE_TERM
Removed HAVE_CURSES_RESIZETERM
Removed HAVE_DECL_ISFINITE
Removed HAVE_DECL_ISINF
Removed HAVE_DECL_ISNAN
Removed HAVE_DEV_PTMX
Removed HAVE_DEVICE_MACROS
Removed HAVE_DIRENT_H
Removed HAVE_DLFCN_H
Removed HAVE_DLOPEN
Removed HAVE_DUP2
Removed HAVE_DYNAMIC_LOADING
Removed HAVE_ERF
Removed HAVE_ERFC
Removed HAVE_ERRNO_H
Removed HAVE_EXECV
Removed HAVE_EXPM1
Removed HAVE_FCHDIR
Removed HAVE_FCHMOD
Removed HAVE_FCHOWN
Removed HAVE_FCNTL_H
Removed HAVE_FINITE
Removed HAVE_FLOCK
Removed HAVE_FORK
Removed HAVE_FORKPTY
Removed HAVE_FPATHCONF
Removed HAVE_FSEEKO
Removed HAVE_FSTATVFS
Removed HAVE_FSYNC
Removed HAVE_FTELLO
Removed HAVE_FTIME
Removed HAVE_FTRUNCATE
Removed HAVE_GAI_STRERROR
Removed HAVE_GAMMA
Removed HAVE_GETADDRINFO
Removed HAVE_GETC_UNLOCKED
Removed HAVE_GETCWD
Removed HAVE_GETGROUPS
Removed HAVE_GETHOSTBYNAME
Removed HAVE_GETITIMER
Removed HAVE_GETLOADAVG
Removed HAVE_GETLOGIN
Removed HAVE_GETNAMEINFO
Removed HAVE_GETPAGESIZE
Removed HAVE_GETPEERNAME
Removed HAVE_GETPGID
Removed HAVE_GETPGRP
Removed HAVE_GETPID
Removed HAVE_GETPRIORITY
Removed HAVE_GETPWENT
Removed HAVE_GETSID
Removed HAVE_GETTIMEOFDAY
Removed HAVE_GETWD
Removed HAVE_GRP_H
Removed HAVE_HSTRERROR
Removed HAVE_HYPOT
Removed HAVE_INET_ATON
Removed HAVE_INET_PTON
Removed HAVE_INITGROUPS
Removed HAVE_INT32_T
Removed HAVE_INT64_T
Removed HAVE_INTTYPES_H
Removed HAVE_KILL
Removed HAVE_KILLPG
Removed HAVE_KQUEUE
Removed HAVE_LANGINFO_H
Removed HAVE_LCHFLAGS
Removed HAVE_LCHMOD
Removed HAVE_LCHOWN
Removed HAVE_LGAMMA
Removed HAVE_LIBDL
Removed HAVE_LIBREADLINE
Removed HAVE_LIBUTIL_H
Removed HAVE_LINK
Removed HAVE_LOG1P
Removed HAVE_LONG_DOUBLE
Removed HAVE_LONG_LONG
Removed HAVE_LSTAT
Removed HAVE_MAKEDEV
Removed HAVE_MEMMOVE
Removed HAVE_MEMORY_H
Removed HAVE_MKFIFO
Removed HAVE_MKNOD
Removed HAVE_MKTIME
Removed HAVE_MMAP
Removed HAVE_NCURSES_H
Removed HAVE_NICE
Removed HAVE_OPENPTY
Removed HAVE_OSX105_SDK
Removed HAVE_PATHCONF
Removed HAVE_PAUSE
Removed HAVE_PROTOTYPES
Removed HAVE_PTHREAD_ATFORK
Removed HAVE_PTHREAD_H
Removed HAVE_PTHREAD_SIGMASK
Removed HAVE_PUTENV
Removed HAVE_RAND_EGD
Removed HAVE_READLINK
Removed HAVE_REALPATH
Removed HAVE_RL_CALLBACK
Removed HAVE_RL_COMPLETION_APPEND_CHARACTER
Removed HAVE_RL_COMPLETION_MATCHES
Removed HAVE_RL_PRE_INPUT_HOOK
Removed HAVE_ROUND
Removed HAVE_SELECT
Removed HAVE_SEM_GETVALUE
Removed HAVE_SEM_OPEN
Removed HAVE_SEM_UNLINK
Removed HAVE_SETEGID
Removed HAVE_SETEUID
Removed HAVE_SETGID
Removed HAVE_SETGROUPS
Removed HAVE_SETITIMER
Removed HAVE_SETLOCALE
Removed HAVE_SETPGID
Removed HAVE_SETPGRP
Removed HAVE_SETREGID
Removed HAVE_SETREUID
Removed HAVE_SETSID
Removed HAVE_SETUID
Removed HAVE_SETVBUF
Removed HAVE_SIGACTION
Removed HAVE_SIGINTERRUPT
Removed HAVE_SIGNAL_H
Removed HAVE_SIGRELSE
Removed HAVE_SNPRINTF
Removed HAVE_SOCKADDR_SA_LEN
Removed HAVE_SOCKADDR_STORAGE
Removed HAVE_SOCKETPAIR
Removed HAVE_SPAWN_H
Removed HAVE_SSIZE_T
Removed HAVE_ST_BLOCKS
Removed HAVE_STAT_TV_NSEC2
Removed HAVE_STATVFS
Removed HAVE_STDARG_PROTOTYPES
Removed HAVE_STDINT_H
Removed HAVE_STDLIB_H
Removed HAVE_STRDUP
Removed HAVE_STRFTIME
Removed HAVE_STRING_H
Removed HAVE_STRINGS_H
Removed HAVE_STRUCT_STAT_ST_BIRTHTIME
Removed HAVE_STRUCT_STAT_ST_BLKSIZE
Removed HAVE_STRUCT_STAT_ST_BLOCKS
Removed HAVE_STRUCT_STAT_ST_FLAGS
Removed HAVE_STRUCT_STAT_ST_GEN
Removed HAVE_STRUCT_STAT_ST_RDEV
Removed HAVE_STRUCT_TM_TM_ZONE
Removed HAVE_SYMLINK
Removed HAVE_SYS_EVENT_H
Removed HAVE_SYS_FILE_H
Removed HAVE_SYS_LOCK_H
Removed HAVE_SYS_PARAM_H
Removed HAVE_SYS_POLL_H
Removed HAVE_SYS_RESOURCE_H
Removed HAVE_SYS_SELECT_H
Removed HAVE_SYS_SOCKET_H
Removed HAVE_SYS_STAT_H
Removed HAVE_SYS_STATVFS_H
Removed HAVE_SYS_TIME_H
Removed HAVE_SYS_TIMES_H
Removed HAVE_SYS_TYPES_H
Removed HAVE_SYS_UN_H
Removed HAVE_SYS_UTSNAME_H
Removed HAVE_SYS_WAIT_H
Removed HAVE_SYSCONF
Removed HAVE_SYSEXITS_H
Removed HAVE_TCGETPGRP
Removed HAVE_TCSETPGRP
Removed HAVE_TEMPNAM
Removed HAVE_TERM_H
Removed HAVE_TERMIOS_H
Removed HAVE_TGAMMA
Removed HAVE_TIMEGM
Removed HAVE_TIMES
Removed HAVE_TM_ZONE
Removed HAVE_TMPFILE
Removed HAVE_TMPNAM
Removed HAVE_TRUNCATE
Removed HAVE_UINT32_T
Removed HAVE_UINT64_T
Removed HAVE_UINTPTR_T
Removed HAVE_UNAME
Removed HAVE_UNISTD_H
Removed HAVE_UNSETENV
Removed HAVE_UTIL_H
Removed HAVE_UTIME_H
Removed HAVE_UTIMES
Removed HAVE_WAIT3
Removed HAVE_WAIT4
Removed HAVE_WAITPID
Removed HAVE_WCHAR_H
Removed HAVE_WCSCOLL
Removed HAVE_WORKING_TZSET
Removed HAVE_ZLIB_COPY
Removed initproc
Removed inquiry
Removed intargfunc
Removed intintargfunc
Removed intintobjargproc
Removed intobjargproc
Removed iternextfunc
Removed lenfunc
Removed METH_CLASS
Removed METH_COEXIST
Removed METH_KEYWORDS
Removed METH_NOARGS
Removed METH_O
Removed METH_OLDARGS
Removed METH_STATIC
Removed METH_VARARGS
Removed MVWDELCH_IS_EXPRESSION
Removed newfunc
Removed objobjargproc
Removed objobjproc
Removed printfunc
Removed PTHREAD_SYSTEM_SCHED_SUPPORTED
Removed Py_AddPendingCall(_: ((UnsafeMutablePointer<Void>) -> Int32)!, _: UnsafeMutablePointer<Void>) -> Int32
Removed Py_AtExit(_: (() -> Void)!) -> Int32
Removed Py_buffer
Removed Py_BytesWarningFlag
Removed Py_CompileStringFlags(_: UnsafePointer<Int8>, _: UnsafePointer<Int8>, _: Int32, _: UnsafeMutablePointer<PyCompilerFlags>) -> UnsafeMutablePointer<PyObject>
Removed PY_CTF_DIGIT
Removed PY_CTF_LOWER
Removed PY_CTF_SPACE
Removed PY_CTF_UPPER
Removed PY_CTF_XDIGIT
Removed Py_DebugFlag
Removed Py_DecRef(_: UnsafeMutablePointer<PyObject>)
Removed Py_DivisionWarningFlag
Removed Py_DontWriteBytecodeFlag
Removed Py_DTSF_ADD_DOT_0
Removed Py_DTSF_ALT
Removed Py_DTSF_SIGN
Removed Py_DTST_FINITE
Removed Py_DTST_INFINITE
Removed Py_DTST_NAN
Removed Py_END_OF_BUFFER
Removed Py_EndInterpreter(_: UnsafeMutablePointer<PyThreadState>)
Removed Py_EQ
Removed Py_eval_input
Removed Py_Exit(_: Int32)
Removed Py_FatalError(_: UnsafePointer<Int8>)
Removed Py_FdIsInteractive(_: UnsafeMutablePointer<FILE>, _: UnsafePointer<Int8>) -> Int32
Removed Py_file_input
Removed Py_FileSystemDefaultEncoding
Removed Py_Finalize()
Removed Py_FindMethod(_: UnsafeMutablePointer<PyMethodDef>, _: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed Py_FindMethodInChain(_: UnsafeMutablePointer<PyMethodChain>, _: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed Py_FlushLine() -> Int32
Removed PY_FORMAT_LONG_LONG
Removed PY_FORMAT_SIZE_T
Removed Py_FrozenFlag
Removed Py_GE
Removed Py_GetBuildInfo() -> UnsafePointer<Int8>
Removed Py_GetCompiler() -> UnsafePointer<Int8>
Removed Py_GetCopyright() -> UnsafePointer<Int8>
Removed Py_GetExecPrefix() -> UnsafeMutablePointer<Int8>
Removed Py_GetPath() -> UnsafeMutablePointer<Int8>
Removed Py_GetPlatform() -> UnsafePointer<Int8>
Removed Py_GetPrefix() -> UnsafeMutablePointer<Int8>
Removed Py_GetProgramFullPath() -> UnsafeMutablePointer<Int8>
Removed Py_GetProgramName() -> UnsafeMutablePointer<Int8>
Removed Py_GetPythonHome() -> UnsafeMutablePointer<Int8>
Removed Py_GetRecursionLimit() -> Int32
Removed Py_GetVersion() -> UnsafePointer<Int8>
Removed Py_GT
Removed Py_HashRandomizationFlag
Removed Py_IgnoreEnvironmentFlag
Removed Py_IncRef(_: UnsafeMutablePointer<PyObject>)
Removed Py_Initialize()
Removed Py_InitializeEx(_: Int32)
Removed Py_InitModule4_64(_: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyMethodDef>, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyObject>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed Py_InspectFlag
Removed Py_InteractiveFlag
Removed Py_intptr_t
Removed Py_IsInitialized() -> Int32
Removed PY_ITERSEARCH_CONTAINS
Removed PY_ITERSEARCH_COUNT
Removed PY_ITERSEARCH_INDEX
Removed Py_LE
Removed PY_LLONG_MAX
Removed Py_LT
Removed Py_Main(_: Int32, _: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>) -> Int32
Removed PY_MAJOR_VERSION
Removed Py_MakePendingCalls() -> Int32
Removed Py_MATH_E
Removed Py_MATH_PI
Removed PY_MICRO_VERSION
Removed PY_MINOR_VERSION
Removed Py_NE
Removed Py_NewInterpreter() -> UnsafeMutablePointer<PyThreadState>
Removed Py_NoSiteFlag
Removed Py_NoUserSiteDirectory
Removed Py_OptimizeFlag
Removed PY_PATCHLEVEL_REVISION
Removed Py_PRINT_RAW
Removed Py_Py3kWarningFlag
Removed PY_RELEASE_LEVEL
Removed PY_RELEASE_LEVEL_ALPHA
Removed PY_RELEASE_LEVEL_BETA
Removed PY_RELEASE_LEVEL_FINAL
Removed PY_RELEASE_LEVEL_GAMMA
Removed PY_RELEASE_SERIAL
Removed Py_ReprEnter(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed Py_ReprLeave(_: UnsafeMutablePointer<PyObject>)
Removed Py_SetProgramName(_: UnsafeMutablePointer<Int8>)
Removed Py_SetPythonHome(_: UnsafeMutablePointer<Int8>)
Removed Py_SetRecursionLimit(_: Int32)
Removed Py_single_input
Removed PY_SIZE_MAX
Removed Py_ssize_t
Removed PY_STDIOTEXTMODE
Removed Py_SubversionRevision() -> UnsafePointer<Int8>
Removed Py_SubversionShortBranch() -> UnsafePointer<Int8>
Removed Py_SymtableString(_: UnsafePointer<Int8>, _: UnsafePointer<Int8>, _: Int32) -> COpaquePointer
Removed Py_TabcheckFlag
Removed Py_TPFLAGS_BASE_EXC_SUBCLASS
Removed Py_TPFLAGS_BASETYPE
Removed Py_TPFLAGS_BYTES_SUBCLASS
Removed Py_TPFLAGS_CHECKTYPES
Removed Py_TPFLAGS_DICT_SUBCLASS
Removed Py_TPFLAGS_GC
Removed Py_TPFLAGS_HAVE_CLASS
Removed Py_TPFLAGS_HAVE_GC
Removed Py_TPFLAGS_HAVE_GETCHARBUFFER
Removed Py_TPFLAGS_HAVE_INDEX
Removed Py_TPFLAGS_HAVE_INPLACEOPS
Removed Py_TPFLAGS_HAVE_ITER
Removed Py_TPFLAGS_HAVE_NEWBUFFER
Removed Py_TPFLAGS_HAVE_RICHCOMPARE
Removed Py_TPFLAGS_HAVE_SEQUENCE_IN
Removed Py_TPFLAGS_HAVE_STACKLESS_EXTENSION
Removed Py_TPFLAGS_HAVE_VERSION_TAG
Removed Py_TPFLAGS_HAVE_WEAKREFS
Removed Py_TPFLAGS_HEAPTYPE
Removed Py_TPFLAGS_INT_SUBCLASS
Removed Py_TPFLAGS_IS_ABSTRACT
Removed Py_TPFLAGS_LIST_SUBCLASS
Removed Py_TPFLAGS_LONG_SUBCLASS
Removed Py_TPFLAGS_READY
Removed Py_TPFLAGS_READYING
Removed Py_TPFLAGS_STRING_SUBCLASS
Removed Py_TPFLAGS_TUPLE_SUBCLASS
Removed Py_TPFLAGS_TYPE_SUBCLASS
Removed Py_TPFLAGS_UNICODE_SUBCLASS
Removed Py_TPFLAGS_VALID_VERSION_TAG
Removed Py_tracefunc
Removed Py_UCS4
Removed Py_uintptr_t
Removed Py_UNICODE
Removed Py_UNICODE_SIZE
Removed Py_UnicodeFlag
Removed Py_UniversalNewlineFgets(_: UnsafeMutablePointer<Int8>, _: Int32, _: UnsafeMutablePointer<FILE>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<Int8>
Removed Py_UniversalNewlineFread(_: UnsafeMutablePointer<Int8>, _: Int, _: UnsafeMutablePointer<FILE>, _: UnsafeMutablePointer<PyObject>) -> Int
Removed Py_UseClassExceptionsFlag
Removed Py_USING_UNICODE
Removed Py_VaBuildValue(_: UnsafePointer<Int8>, _: CVaListPointer) -> UnsafeMutablePointer<PyObject>
Removed Py_VerboseFlag
Removed PY_VERSION
Removed PyAddrPair
Removed PyArena_AddPyObject(_: COpaquePointer, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyArena_Free(_: COpaquePointer)
Removed PyArena_Malloc(_: COpaquePointer, _: Int) -> UnsafeMutablePointer<Void>
Removed PyArena_New() -> COpaquePointer
Removed PyArg_VaParse(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: CVaListPointer) -> Int32
Removed PyArg_VaParseTupleAndKeywords(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>, _: CVaListPointer) -> Int32
Removed PyAST_Compile(_: COpaquePointer, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyCompilerFlags>, _: COpaquePointer) -> UnsafeMutablePointer<PyCodeObject>
Removed PyBaseObject_Type
Removed PyBaseString_Type
Removed PyBool_FromLong(_: Int) -> UnsafeMutablePointer<PyObject>
Removed PyBool_Type
Removed PyBoolObject
Removed PyBUF_CONTIG_RO
Removed PyBUF_FORMAT
Removed PyBUF_ND
Removed PyBUF_READ
Removed PyBUF_SHADOW
Removed PyBUF_SIMPLE
Removed PyBUF_WRITABLE
Removed PyBUF_WRITE
Removed PyBUF_WRITEABLE
Removed PyBuffer_FillContiguousStrides(_: Int32, _: UnsafeMutablePointer<Py_ssize_t>, _: UnsafeMutablePointer<Py_ssize_t>, _: Int32, _: Int8)
Removed PyBuffer_FillInfo(_: UnsafeMutablePointer<Py_buffer>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Void>, _: Py_ssize_t, _: Int32, _: Int32) -> Int32
Removed PyBuffer_FromContiguous(_: UnsafeMutablePointer<Py_buffer>, _: UnsafeMutablePointer<Void>, _: Py_ssize_t, _: Int8) -> Int32
Removed PyBuffer_FromMemory(_: UnsafeMutablePointer<Void>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyBuffer_FromObject(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyBuffer_FromReadWriteMemory(_: UnsafeMutablePointer<Void>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyBuffer_FromReadWriteObject(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyBuffer_GetPointer(_: UnsafeMutablePointer<Py_buffer>, _: UnsafeMutablePointer<Py_ssize_t>) -> UnsafeMutablePointer<Void>
Removed PyBuffer_IsContiguous(_: UnsafeMutablePointer<Py_buffer>, _: Int8) -> Int32
Removed PyBuffer_New(_: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyBuffer_Release(_: UnsafeMutablePointer<Py_buffer>)
Removed PyBuffer_SizeFromFormat(_: UnsafePointer<Int8>) -> Int32
Removed PyBuffer_ToContiguous(_: UnsafeMutablePointer<Void>, _: UnsafeMutablePointer<Py_buffer>, _: Py_ssize_t, _: Int8) -> Int32
Removed PyBuffer_Type
Removed PyByteArray_AsString(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<Int8>
Removed PyByteArray_Concat(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyByteArray_Fini()
Removed PyByteArray_FromObject(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyByteArray_FromStringAndSize(_: UnsafePointer<Int8>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyByteArray_Init() -> Int32
Removed PyByteArray_Resize(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> Int32
Removed PyByteArray_Size(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyByteArray_Type
Removed PyByteArrayIter_Type
Removed PyCallable_Check(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyCallIter_New(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyCallIter_Type
Removed PyCapsule_Destructor
Removed PyCapsule_GetContext(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<Void>
Removed PyCapsule_GetDestructor(_: UnsafeMutablePointer<PyObject>) -> PyCapsule_Destructor!
Removed PyCapsule_GetName(_: UnsafeMutablePointer<PyObject>) -> UnsafePointer<Int8>
Removed PyCapsule_GetPointer(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<Void>
Removed PyCapsule_Import(_: UnsafePointer<Int8>, _: Int32) -> UnsafeMutablePointer<Void>
Removed PyCapsule_IsValid(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> Int32
Removed PyCapsule_New(_: UnsafeMutablePointer<Void>, _: UnsafePointer<Int8>, _: PyCapsule_Destructor!) -> UnsafeMutablePointer<PyObject>
Removed PyCapsule_SetContext(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Void>) -> Int32
Removed PyCapsule_SetDestructor(_: UnsafeMutablePointer<PyObject>, _: PyCapsule_Destructor!) -> Int32
Removed PyCapsule_SetName(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> Int32
Removed PyCapsule_SetPointer(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Void>) -> Int32
Removed PyCapsule_Type
Removed PyCell_Get(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyCell_New(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyCell_Set(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyCell_Type
Removed PyCF_DONT_IMPLY_DEDENT
Removed PyCF_MASK_OBSOLETE
Removed PyCF_ONLY_AST
Removed PyCF_SOURCE_IS_UTF8
Removed PyCFunction
Removed PyCFunction_Call(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyCFunction_ClearFreeList() -> Int32
Removed PyCFunction_Fini()
Removed PyCFunction_GetFlags(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyCFunction_GetFunction(_: UnsafeMutablePointer<PyObject>) -> PyCFunction!
Removed PyCFunction_GetSelf(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyCFunction_NewEx(_: UnsafeMutablePointer<PyMethodDef>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyCFunction_Type
Removed PyCFunctionWithKeywords
Removed PyClass_IsSubclass(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyClass_New(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyClass_Type
Removed PyClassMethod_New(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyClassMethod_Type
Removed PyCObject_AsVoidPtr(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<Void>
Removed PyCObject_FromVoidPtr(_: UnsafeMutablePointer<Void>, _: ((UnsafeMutablePointer<Void>) -> Void)!) -> UnsafeMutablePointer<PyObject>
Removed PyCObject_FromVoidPtrAndDesc(_: UnsafeMutablePointer<Void>, _: UnsafeMutablePointer<Void>, _: ((UnsafeMutablePointer<Void>, UnsafeMutablePointer<Void>) -> Void)!) -> UnsafeMutablePointer<PyObject>
Removed PyCObject_GetDesc(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<Void>
Removed PyCObject_Import(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<Int8>) -> UnsafeMutablePointer<Void>
Removed PyCObject_SetVoidPtr(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Void>) -> Int32
Removed PyCObject_Type
Removed PyCode_Addr2Line(_: UnsafeMutablePointer<PyCodeObject>, _: Int32) -> Int32
Removed PyCode_New(_: Int32, _: Int32, _: Int32, _: Int32, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Int32, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyCodeObject>
Removed PyCode_NewEmpty(_: UnsafePointer<Int8>, _: UnsafePointer<Int8>, _: Int32) -> UnsafeMutablePointer<PyCodeObject>
Removed PyCode_Optimize(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyCode_Type
Removed PyCodec_BackslashReplaceErrors(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_Decode(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_Decoder(_: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_Encode(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_Encoder(_: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_IgnoreErrors(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_IncrementalDecoder(_: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_IncrementalEncoder(_: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_LookupError(_: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_Register(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyCodec_RegisterError(_: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyCodec_ReplaceErrors(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_StreamReader(_: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_StreamWriter(_: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_StrictErrors(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyCodec_XMLCharRefReplaceErrors(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyComplex_AsCComplex(_: UnsafeMutablePointer<PyObject>) -> Py_complex
Removed PyComplex_FromCComplex(_: Py_complex) -> UnsafeMutablePointer<PyObject>
Removed PyComplex_FromDoubles(_: Double, _: Double) -> UnsafeMutablePointer<PyObject>
Removed PyComplex_ImagAsDouble(_: UnsafeMutablePointer<PyObject>) -> Double
Removed PyComplex_RealAsDouble(_: UnsafeMutablePointer<PyObject>) -> Double
Removed PyComplex_Type
Removed PyDescr_NewClassMethod(_: UnsafeMutablePointer<PyTypeObject>, _: UnsafeMutablePointer<PyMethodDef>) -> UnsafeMutablePointer<PyObject>
Removed PyDescr_NewGetSet(_: UnsafeMutablePointer<PyTypeObject>, _: UnsafeMutablePointer<PyGetSetDef>) -> UnsafeMutablePointer<PyObject>
Removed PyDescr_NewMember(_: UnsafeMutablePointer<PyTypeObject>, _: UnsafeMutablePointer<PyMemberDef>) -> UnsafeMutablePointer<PyObject>
Removed PyDescr_NewMethod(_: UnsafeMutablePointer<PyTypeObject>, _: UnsafeMutablePointer<PyMethodDef>) -> UnsafeMutablePointer<PyObject>
Removed PyDescr_NewWrapper(_: UnsafeMutablePointer<PyTypeObject>, _: UnsafeMutablePointer<wrapperbase>, _: UnsafeMutablePointer<Void>) -> UnsafeMutablePointer<PyObject>
Removed PyDict_Clear(_: UnsafeMutablePointer<PyObject>)
Removed PyDict_Contains(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyDict_Copy(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyDict_DelItem(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyDict_DelItemString(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> Int32
Removed PyDict_Fini()
Removed PyDict_GetItem(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyDict_GetItemString(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyDict_Items(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyDict_Keys(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyDict_Merge(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Int32) -> Int32
Removed PyDict_MergeFromSeq2(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Int32) -> Int32
Removed PyDict_MINSIZE
Removed PyDict_New() -> UnsafeMutablePointer<PyObject>
Removed PyDict_Next(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Py_ssize_t>, _: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>) -> Int32
Removed PyDict_SetItem(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyDict_SetItemString(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyDict_Size(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyDict_Type
Removed PyDict_Update(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyDict_Values(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyDictItems_Type
Removed PyDictIterItem_Type
Removed PyDictIterKey_Type
Removed PyDictIterValue_Type
Removed PyDictKeys_Type
Removed PyDictObject
Removed PyDictProxy_New(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyDictProxy_Type
Removed PyDictValues_Type
Removed PyEllipsis_Type
Removed PyEnum_Type
Removed PyErr_BadArgument() -> Int32
Removed PyErr_BadInternalCall()
Removed PyErr_CheckSignals() -> Int32
Removed PyErr_Clear()
Removed PyErr_Display(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>)
Removed PyErr_ExceptionMatches(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyErr_Fetch(_: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>)
Removed PyErr_GivenExceptionMatches(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyErr_NewException(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyErr_NewExceptionWithDoc(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyErr_NoMemory() -> UnsafeMutablePointer<PyObject>
Removed PyErr_NormalizeException(_: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>)
Removed PyErr_Occurred() -> UnsafeMutablePointer<PyObject>
Removed PyErr_Print()
Removed PyErr_PrintEx(_: Int32)
Removed PyErr_ProgramText(_: UnsafePointer<Int8>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyErr_Restore(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>)
Removed PyErr_SetFromErrno(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyErr_SetFromErrnoWithFilename(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyErr_SetFromErrnoWithFilenameObject(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyErr_SetInterrupt()
Removed PyErr_SetNone(_: UnsafeMutablePointer<PyObject>)
Removed PyErr_SetObject(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>)
Removed PyErr_SetString(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>)
Removed PyErr_SyntaxLocation(_: UnsafePointer<Int8>, _: Int32)
Removed PyErr_WarnEx(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: Py_ssize_t) -> Int32
Removed PyErr_WarnExplicit(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>, _: Int32, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyErr_WriteUnraisable(_: UnsafeMutablePointer<PyObject>)
Removed PyEval_AcquireLock()
Removed PyEval_AcquireThread(_: UnsafeMutablePointer<PyThreadState>)
Removed PyEval_CallObjectWithKeywords(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyEval_EvalCode(_: UnsafeMutablePointer<PyCodeObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyEval_EvalCodeEx(_: UnsafeMutablePointer<PyCodeObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: Int32, _: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: Int32, _: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: Int32, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyEval_EvalFrame(_: UnsafeMutablePointer<_frame>) -> UnsafeMutablePointer<PyObject>
Removed PyEval_EvalFrameEx(_: UnsafeMutablePointer<_frame>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyEval_GetBuiltins() -> UnsafeMutablePointer<PyObject>
Removed PyEval_GetCallStats(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyEval_GetFrame() -> UnsafeMutablePointer<_frame>
Removed PyEval_GetFuncDesc(_: UnsafeMutablePointer<PyObject>) -> UnsafePointer<Int8>
Removed PyEval_GetFuncName(_: UnsafeMutablePointer<PyObject>) -> UnsafePointer<Int8>
Removed PyEval_GetGlobals() -> UnsafeMutablePointer<PyObject>
Removed PyEval_GetLocals() -> UnsafeMutablePointer<PyObject>
Removed PyEval_GetRestricted() -> Int32
Removed PyEval_InitThreads()
Removed PyEval_MergeCompilerFlags(_: UnsafeMutablePointer<PyCompilerFlags>) -> Int32
Removed PyEval_ReInitThreads()
Removed PyEval_ReleaseLock()
Removed PyEval_ReleaseThread(_: UnsafeMutablePointer<PyThreadState>)
Removed PyEval_RestoreThread(_: UnsafeMutablePointer<PyThreadState>)
Removed PyEval_SaveThread() -> UnsafeMutablePointer<PyThreadState>
Removed PyEval_SetProfile(_: Py_tracefunc!, _: UnsafeMutablePointer<PyObject>)
Removed PyEval_SetTrace(_: Py_tracefunc!, _: UnsafeMutablePointer<PyObject>)
Removed PyEval_ThreadsInitialized() -> Int32
Removed PyExc_ArithmeticError
Removed PyExc_AssertionError
Removed PyExc_AttributeError
Removed PyExc_BaseException
Removed PyExc_BufferError
Removed PyExc_BytesWarning
Removed PyExc_DeprecationWarning
Removed PyExc_EnvironmentError
Removed PyExc_EOFError
Removed PyExc_Exception
Removed PyExc_FloatingPointError
Removed PyExc_FutureWarning
Removed PyExc_GeneratorExit
Removed PyExc_ImportError
Removed PyExc_ImportWarning
Removed PyExc_IndentationError
Removed PyExc_IndexError
Removed PyExc_IOError
Removed PyExc_KeyboardInterrupt
Removed PyExc_KeyError
Removed PyExc_LookupError
Removed PyExc_MemoryError
Removed PyExc_MemoryErrorInst
Removed PyExc_NameError
Removed PyExc_NotImplementedError
Removed PyExc_OSError
Removed PyExc_OverflowError
Removed PyExc_PendingDeprecationWarning
Removed PyExc_RecursionErrorInst
Removed PyExc_ReferenceError
Removed PyExc_RuntimeError
Removed PyExc_RuntimeWarning
Removed PyExc_StandardError
Removed PyExc_StopIteration
Removed PyExc_SyntaxError
Removed PyExc_SyntaxWarning
Removed PyExc_SystemError
Removed PyExc_SystemExit
Removed PyExc_TabError
Removed PyExc_TypeError
Removed PyExc_UnboundLocalError
Removed PyExc_UnicodeDecodeError
Removed PyExc_UnicodeEncodeError
Removed PyExc_UnicodeError
Removed PyExc_UnicodeTranslateError
Removed PyExc_UnicodeWarning
Removed PyExc_UserWarning
Removed PyExc_ValueError
Removed PyExc_Warning
Removed PyExc_ZeroDivisionError
Removed PyFile_AsFile(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<FILE>
Removed PyFile_DecUseCount(_: UnsafeMutablePointer<PyFileObject>)
Removed PyFile_FromFile(_: UnsafeMutablePointer<FILE>, _: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<Int8>, _: ((UnsafeMutablePointer<FILE>) -> Int32)!) -> UnsafeMutablePointer<PyObject>
Removed PyFile_FromString(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyFile_GetLine(_: UnsafeMutablePointer<PyObject>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyFile_IncUseCount(_: UnsafeMutablePointer<PyFileObject>)
Removed PyFile_Name(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyFile_SetBufSize(_: UnsafeMutablePointer<PyObject>, _: Int32)
Removed PyFile_SetEncoding(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> Int32
Removed PyFile_SetEncodingAndErrors(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<Int8>) -> Int32
Removed PyFile_SoftSpace(_: UnsafeMutablePointer<PyObject>, _: Int32) -> Int32
Removed PyFile_Type
Removed PyFile_WriteObject(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Int32) -> Int32
Removed PyFile_WriteString(_: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyFloat_AsDouble(_: UnsafeMutablePointer<PyObject>) -> Double
Removed PyFloat_AsReprString(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<PyFloatObject>)
Removed PyFloat_AsString(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<PyFloatObject>)
Removed PyFloat_ClearFreeList() -> Int32
Removed PyFloat_Fini()
Removed PyFloat_FromDouble(_: Double) -> UnsafeMutablePointer<PyObject>
Removed PyFloat_FromString(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>) -> UnsafeMutablePointer<PyObject>
Removed PyFloat_GetInfo() -> UnsafeMutablePointer<PyObject>
Removed PyFloat_GetMax() -> Double
Removed PyFloat_GetMin() -> Double
Removed PyFloat_STR_PRECISION
Removed PyFloat_Type
Removed PyFrame_Fini()
Removed PyFrozenSet_New(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyFrozenSet_Type
Removed PyFunction_GetClosure(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyFunction_GetCode(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyFunction_GetDefaults(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyFunction_GetGlobals(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyFunction_GetModule(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyFunction_New(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyFunction_SetClosure(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyFunction_SetDefaults(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyFunction_Type
Removed PyFuture_FromAST(_: COpaquePointer, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyFutureFeatures>
Removed PyGC_Collect() -> Py_ssize_t
Removed PyGC_Head
Removed PyGC_HEAD_SIZE
Removed PyGen_NeedsFinalizing(_: UnsafeMutablePointer<PyGenObject>) -> Int32
Removed PyGen_New(_: UnsafeMutablePointer<_frame>) -> UnsafeMutablePointer<PyObject>
Removed PyGen_Type
Removed PyGetSetDescr_Type
Removed PyGILState_Ensure() -> PyGILState_STATE
Removed PyGILState_GetThisThreadState() -> UnsafeMutablePointer<PyThreadState>
Removed PyGILState_LOCKED
Removed PyGILState_Release(_: PyGILState_STATE)
Removed PyGILState_UNLOCKED
Removed PyHeapTypeObject
Removed PyImport_AddModule(_: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyImport_AppendInittab(_: UnsafePointer<Int8>, _: (() -> Void)!) -> Int32
Removed PyImport_Cleanup()
Removed PyImport_ExecCodeModule(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyImport_ExecCodeModuleEx(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyImport_ExtendInittab(_: UnsafeMutablePointer<_inittab>) -> Int32
Removed PyImport_FrozenModules
Removed PyImport_GetImporter(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyImport_GetMagicNumber() -> Int
Removed PyImport_GetModuleDict() -> UnsafeMutablePointer<PyObject>
Removed PyImport_Import(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyImport_ImportFrozenModule(_: UnsafeMutablePointer<Int8>) -> Int32
Removed PyImport_ImportModule(_: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyImport_ImportModuleLevel(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyImport_ImportModuleNoBlock(_: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyImport_Inittab
Removed PyImport_ReloadModule(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyInstance_New(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyInstance_NewRaw(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyInstance_Type
Removed PyInt_AsLong(_: UnsafeMutablePointer<PyObject>) -> Int
Removed PyInt_AsSsize_t(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyInt_AsUnsignedLongLongMask(_: UnsafeMutablePointer<PyObject>) -> UInt64
Removed PyInt_AsUnsignedLongMask(_: UnsafeMutablePointer<PyObject>) -> UInt
Removed PyInt_ClearFreeList() -> Int32
Removed PyInt_Fini()
Removed PyInt_FromLong(_: Int) -> UnsafeMutablePointer<PyObject>
Removed PyInt_FromSize_t(_: Int) -> UnsafeMutablePointer<PyObject>
Removed PyInt_FromSsize_t(_: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyInt_FromString(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyInt_FromUnicode(_: UnsafeMutablePointer<Py_UNICODE>, _: Py_ssize_t, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyInt_GetMax() -> Int
Removed PyInt_Type
Removed PyInterpreterState
Removed PyInterpreterState_Clear(_: UnsafeMutablePointer<PyInterpreterState>)
Removed PyInterpreterState_Delete(_: UnsafeMutablePointer<PyInterpreterState>)
Removed PyInterpreterState_Head() -> UnsafeMutablePointer<PyInterpreterState>
Removed PyInterpreterState_New() -> UnsafeMutablePointer<PyInterpreterState>
Removed PyInterpreterState_Next(_: UnsafeMutablePointer<PyInterpreterState>) -> UnsafeMutablePointer<PyInterpreterState>
Removed PyInterpreterState_ThreadHead(_: UnsafeMutablePointer<PyInterpreterState>) -> UnsafeMutablePointer<PyThreadState>
Removed PyIter_Next(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyList_Append(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyList_AsTuple(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyList_Fini()
Removed PyList_GetItem(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyList_GetSlice(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyList_Insert(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyList_New(_: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyList_Reverse(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyList_SetItem(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyList_SetSlice(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: Py_ssize_t, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyList_Size(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyList_Sort(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyList_Type
Removed PyLong_AsDouble(_: UnsafeMutablePointer<PyObject>) -> Double
Removed PyLong_AsLong(_: UnsafeMutablePointer<PyObject>) -> Int
Removed PyLong_AsLongAndOverflow(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Int32>) -> Int
Removed PyLong_AsLongLong(_: UnsafeMutablePointer<PyObject>) -> Int64
Removed PyLong_AsLongLongAndOverflow(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Int32>) -> Int64
Removed PyLong_AsSsize_t(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyLong_AsUnsignedLong(_: UnsafeMutablePointer<PyObject>) -> UInt
Removed PyLong_AsUnsignedLongLong(_: UnsafeMutablePointer<PyObject>) -> UInt64
Removed PyLong_AsUnsignedLongLongMask(_: UnsafeMutablePointer<PyObject>) -> UInt64
Removed PyLong_AsUnsignedLongMask(_: UnsafeMutablePointer<PyObject>) -> UInt
Removed PyLong_AsVoidPtr(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<Void>
Removed PYLONG_BITS_IN_DIGIT
Removed PyLong_FromDouble(_: Double) -> UnsafeMutablePointer<PyObject>
Removed PyLong_FromLong(_: Int) -> UnsafeMutablePointer<PyObject>
Removed PyLong_FromLongLong(_: Int64) -> UnsafeMutablePointer<PyObject>
Removed PyLong_FromSize_t(_: Int) -> UnsafeMutablePointer<PyObject>
Removed PyLong_FromSsize_t(_: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyLong_FromString(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyLong_FromUnicode(_: UnsafeMutablePointer<Py_UNICODE>, _: Py_ssize_t, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyLong_FromUnsignedLong(_: UInt) -> UnsafeMutablePointer<PyObject>
Removed PyLong_FromUnsignedLongLong(_: UInt64) -> UnsafeMutablePointer<PyObject>
Removed PyLong_FromVoidPtr(_: UnsafeMutablePointer<Void>) -> UnsafeMutablePointer<PyObject>
Removed PyLong_GetInfo() -> UnsafeMutablePointer<PyObject>
Removed PyLong_Type
Removed PyLongObject
Removed PyMapping_Check(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyMapping_GetItemString(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyMapping_HasKey(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyMapping_HasKeyString(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Int8>) -> Int32
Removed PyMapping_Length(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyMapping_SetItemString(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyMapping_Size(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyMem_Free(_: UnsafeMutablePointer<Void>)
Removed PyMem_Malloc(_: Int) -> UnsafeMutablePointer<Void>
Removed PyMem_Realloc(_: UnsafeMutablePointer<Void>, _: Int) -> UnsafeMutablePointer<Void>
Removed PyMemberDescr_Type
Removed PyMemoryView_FromBuffer(_: UnsafeMutablePointer<Py_buffer>) -> UnsafeMutablePointer<PyObject>
Removed PyMemoryView_FromObject(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyMemoryView_GetContiguous(_: UnsafeMutablePointer<PyObject>, _: Int32, _: Int8) -> UnsafeMutablePointer<PyObject>
Removed PyMemoryView_Type
Removed PyMethod_Class(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyMethod_ClearFreeList() -> Int32
Removed PyMethod_Fini()
Removed PyMethod_Function(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyMethod_New(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyMethod_Self(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyMethod_Type
Removed PyModule_AddIntConstant(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: Int) -> Int32
Removed PyModule_AddObject(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyModule_AddStringConstant(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> Int32
Removed PyModule_GetDict(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyModule_GetFilename(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<Int8>
Removed PyModule_GetName(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<Int8>
Removed PyModule_New(_: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyModule_Type
Removed PyNoArgsFunction
Removed PyNode_Compile(_: UnsafeMutablePointer<_node>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyCodeObject>
Removed PyNullImporter_Type
Removed PyNumber_Absolute(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Add(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_And(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_AsSsize_t(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyNumber_Check(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyNumber_Coerce(_: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>) -> Int32
Removed PyNumber_CoerceEx(_: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>) -> Int32
Removed PyNumber_Divide(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Divmod(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Float(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_FloorDivide(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Index(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlaceAdd(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlaceAnd(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlaceDivide(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlaceFloorDivide(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlaceLshift(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlaceMultiply(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlaceOr(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlacePower(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlaceRemainder(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlaceRshift(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlaceSubtract(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlaceTrueDivide(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_InPlaceXor(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Int(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Invert(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Long(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Lshift(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Multiply(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Negative(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Or(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Positive(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Power(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Remainder(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Rshift(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Subtract(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_ToBase(_: UnsafeMutablePointer<PyObject>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_TrueDivide(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyNumber_Xor(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject
Removed PyObject_AsCharBuffer(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<UnsafePointer<Int8>>, _: UnsafeMutablePointer<Py_ssize_t>) -> Int32
Removed PyObject_AsFileDescriptor(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_AsReadBuffer(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<UnsafePointer<Void>>, _: UnsafeMutablePointer<Py_ssize_t>) -> Int32
Removed PyObject_AsWriteBuffer(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<UnsafeMutablePointer<Void>>, _: UnsafeMutablePointer<Py_ssize_t>) -> Int32
Removed PyObject_Call(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_CallObject(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_CheckReadBuffer(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_ClearWeakRefs(_: UnsafeMutablePointer<PyObject>)
Removed PyObject_Cmp(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Int32>) -> Int32
Removed PyObject_Compare(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_CopyData(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_DelItem(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_DelItemString(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Int8>) -> Int32
Removed PyObject_Dir(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_Format(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_Free(_: UnsafeMutablePointer<Void>)
Removed PyObject_GC_Del(_: UnsafeMutablePointer<Void>)
Removed PyObject_GC_Track(_: UnsafeMutablePointer<Void>)
Removed PyObject_GC_UnTrack(_: UnsafeMutablePointer<Void>)
Removed PyObject_GenericGetAttr(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_GenericSetAttr(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_GetAttr(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_GetAttrString(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_GetBuffer(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Py_buffer>, _: Int32) -> Int32
Removed PyObject_GetItem(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_GetIter(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_HasAttr(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_HasAttrString(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> Int32
Removed PyObject_Hash(_: UnsafeMutablePointer<PyObject>) -> Int
Removed PyObject_HashNotImplemented(_: UnsafeMutablePointer<PyObject>) -> Int
Removed PyObject_Init(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyTypeObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_InitVar(_: UnsafeMutablePointer<PyVarObject>, _: UnsafeMutablePointer<PyTypeObject>, _: Py_ssize_t) -> UnsafeMutablePointer<PyVarObject>
Removed PyObject_IsInstance(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_IsSubclass(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_IsTrue(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_Length(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyObject_Malloc(_: Int) -> UnsafeMutablePointer<Void>
Removed PyObject_Not(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_Print(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<FILE>, _: Int32) -> Int32
Removed PyObject_Realloc(_: UnsafeMutablePointer<Void>, _: Int) -> UnsafeMutablePointer<Void>
Removed PyObject_Repr(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_RichCompare(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyObject_RichCompareBool(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Int32) -> Int32
Removed PyObject_SelfIter(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_SetAttr(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_SetAttrString(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_SetItem(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyObject_Size(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyObject_Str(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_Type(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyObject_Unicode(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyOS_AfterFork()
Removed PyOS_ascii_atof(_: UnsafePointer<Int8>) -> Double
Removed PyOS_ascii_formatd(_: UnsafeMutablePointer<Int8>, _: Int, _: UnsafePointer<Int8>, _: Double) -> UnsafeMutablePointer<Int8>
Removed PyOS_ascii_strtod(_: UnsafePointer<Int8>, _: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>) -> Double
Removed PyOS_double_to_string(_: Double, _: Int8, _: Int32, _: Int32, _: UnsafeMutablePointer<Int32>) -> UnsafeMutablePointer<Int8>
Removed PyOS_FiniInterrupts()
Removed PyOS_getsig(_: Int32) -> PyOS_sighandler_t!
Removed PyOS_InitInterrupts()
Removed PyOS_InputHook
Removed PyOS_InterruptOccurred() -> Int32
Removed PyOS_mystricmp(_: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> Int32
Removed PyOS_mystrnicmp(_: UnsafePointer<Int8>, _: UnsafePointer<Int8>, _: Py_ssize_t) -> Int32
Removed PyOS_Readline(_: UnsafeMutablePointer<FILE>, _: UnsafeMutablePointer<FILE>, _: UnsafeMutablePointer<Int8>) -> UnsafeMutablePointer<Int8>
Removed PyOS_ReadlineFunctionPointer
Removed PyOS_setsig(_: Int32, _: PyOS_sighandler_t!) -> PyOS_sighandler_t!
Removed PyOS_sighandler_t
Removed PYOS_STACK_MARGIN
Removed PyOS_string_to_double(_: UnsafePointer<Int8>, _: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>, _: UnsafeMutablePointer<PyObject>) -> Double
Removed PyOS_strtol(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>, _: Int32) -> Int
Removed PyOS_strtoul(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>, _: Int32) -> UInt
Removed PyOS_vsnprintf(_: UnsafeMutablePointer<Int8>, _: Int, _: UnsafePointer<Int8>, _: CVaListPointer) -> Int32
Removed PyParser_ASTFromFile(_: UnsafeMutablePointer<FILE>, _: UnsafePointer<Int8>, _: Int32, _: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<PyCompilerFlags>, _: UnsafeMutablePointer<Int32>, _: COpaquePointer) -> COpaquePointer
Removed PyParser_ASTFromString(_: UnsafePointer<Int8>, _: UnsafePointer<Int8>, _: Int32, _: UnsafeMutablePointer<PyCompilerFlags>, _: COpaquePointer) -> COpaquePointer
Removed PyParser_SimpleParseFileFlags(_: UnsafeMutablePointer<FILE>, _: UnsafePointer<Int8>, _: Int32, _: Int32) -> UnsafeMutablePointer<_node>
Removed PyParser_SimpleParseStringFlags(_: UnsafePointer<Int8>, _: Int32, _: Int32) -> UnsafeMutablePointer<_node>
Removed PyProperty_Type
Removed PyRange_Type
Removed PyReversed_Type
Removed PyRun_AnyFileExFlags(_: UnsafeMutablePointer<FILE>, _: UnsafePointer<Int8>, _: Int32, _: UnsafeMutablePointer<PyCompilerFlags>) -> Int32
Removed PyRun_AnyFileFlags(_: UnsafeMutablePointer<FILE>, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyCompilerFlags>) -> Int32
Removed PyRun_FileExFlags(_: UnsafeMutablePointer<FILE>, _: UnsafePointer<Int8>, _: Int32, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Int32, _: UnsafeMutablePointer<PyCompilerFlags>) -> UnsafeMutablePointer<PyObject>
Removed PyRun_InteractiveLoopFlags(_: UnsafeMutablePointer<FILE>, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyCompilerFlags>) -> Int32
Removed PyRun_InteractiveOneFlags(_: UnsafeMutablePointer<FILE>, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyCompilerFlags>) -> Int32
Removed PyRun_SimpleFileExFlags(_: UnsafeMutablePointer<FILE>, _: UnsafePointer<Int8>, _: Int32, _: UnsafeMutablePointer<PyCompilerFlags>) -> Int32
Removed PyRun_SimpleStringFlags(_: UnsafePointer<Int8>, _: UnsafeMutablePointer<PyCompilerFlags>) -> Int32
Removed PyRun_StringFlags(_: UnsafePointer<Int8>, _: Int32, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyCompilerFlags>) -> UnsafeMutablePointer<PyObject>
Removed PySeqIter_New(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PySeqIter_Type
Removed PySequence_Check(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PySequence_Concat(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PySequence_Contains(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PySequence_Count(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PySequence_DelItem(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> Int32
Removed PySequence_DelSlice(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: Py_ssize_t) -> Int32
Removed PySequence_Fast(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PySequence_GetItem(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PySequence_GetSlice(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PySequence_In(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PySequence_Index(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PySequence_InPlaceConcat(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PySequence_InPlaceRepeat(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PySequence_Length(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PySequence_List(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PySequence_Repeat(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PySequence_SetItem(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PySequence_SetSlice(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: Py_ssize_t, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PySequence_Size(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PySequence_Tuple(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PySet_Add(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PySet_Clear(_: UnsafeMutablePointer<PyObject>) -> Int32
Removed PySet_Contains(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PySet_Discard(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PySet_Fini()
Removed PySet_MINSIZE
Removed PySet_New(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PySet_Pop(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PySet_Size(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PySet_Type
Removed PySetObject
Removed PySignal_SetWakeupFd(_: Int32) -> Int32
Removed PySlice_GetIndices(_: UnsafeMutablePointer<PySliceObject>, _: Py_ssize_t, _: UnsafeMutablePointer<Py_ssize_t>, _: UnsafeMutablePointer<Py_ssize_t>, _: UnsafeMutablePointer<Py_ssize_t>) -> Int32
Removed PySlice_GetIndicesEx(_: UnsafeMutablePointer<PySliceObject>, _: Py_ssize_t, _: UnsafeMutablePointer<Py_ssize_t>, _: UnsafeMutablePointer<Py_ssize_t>, _: UnsafeMutablePointer<Py_ssize_t>, _: UnsafeMutablePointer<Py_ssize_t>) -> Int32
Removed PySlice_New(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PySlice_Type
Removed PyStaticMethod_New(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyStaticMethod_Type
Removed PyString_AsDecodedObject(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyString_AsDecodedString(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyString_AsEncodedObject(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyString_AsEncodedString(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyString_AsString(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<Int8>
Removed PyString_AsStringAndSize(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>, _: UnsafeMutablePointer<Py_ssize_t>) -> Int32
Removed PyString_Concat(_: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: UnsafeMutablePointer<PyObject>)
Removed PyString_ConcatAndDel(_: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: UnsafeMutablePointer<PyObject>)
Removed PyString_Decode(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyString_DecodeEscape(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyString_Encode(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyString_Fini()
Removed PyString_Format(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyString_FromFormatV(_: UnsafePointer<Int8>, _: CVaListPointer) -> UnsafeMutablePointer<PyObject>
Removed PyString_FromString(_: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyString_FromStringAndSize(_: UnsafePointer<Int8>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyString_InternFromString(_: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyString_InternImmortal(_: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>)
Removed PyString_InternInPlace(_: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>)
Removed PyString_Repr(_: UnsafeMutablePointer<PyObject>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyString_Size(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyString_Type
Removed PySuper_Type
Removed PySys_AddWarnOption(_: UnsafeMutablePointer<Int8>)
Removed PySys_GetFile(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<FILE>) -> UnsafeMutablePointer<FILE>
Removed PySys_GetObject(_: UnsafeMutablePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PySys_HasWarnOptions() -> Int32
Removed PySys_ResetWarnOptions()
Removed PySys_SetArgv(_: Int32, _: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>)
Removed PySys_SetArgvEx(_: Int32, _: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>, _: Int32)
Removed PySys_SetObject(_: UnsafeMutablePointer<Int8>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PySys_SetPath(_: UnsafeMutablePointer<Int8>)
Removed PYTHON_API_STRING
Removed PYTHON_API_VERSION
Removed PyThreadFrameGetter
Removed PyThreadState
Removed PyThreadState_Clear(_: UnsafeMutablePointer<PyThreadState>)
Removed PyThreadState_Delete(_: UnsafeMutablePointer<PyThreadState>)
Removed PyThreadState_DeleteCurrent()
Removed PyThreadState_Get() -> UnsafeMutablePointer<PyThreadState>
Removed PyThreadState_GetDict() -> UnsafeMutablePointer<PyObject>
Removed PyThreadState_New(_: UnsafeMutablePointer<PyInterpreterState>) -> UnsafeMutablePointer<PyThreadState>
Removed PyThreadState_Next(_: UnsafeMutablePointer<PyThreadState>) -> UnsafeMutablePointer<PyThreadState>
Removed PyThreadState_SetAsyncExc(_: Int, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyThreadState_Swap(_: UnsafeMutablePointer<PyThreadState>) -> UnsafeMutablePointer<PyThreadState>
Removed PyTrace_C_CALL
Removed PyTrace_C_EXCEPTION
Removed PyTrace_C_RETURN
Removed PyTrace_CALL
Removed PyTrace_EXCEPTION
Removed PyTrace_LINE
Removed PyTrace_RETURN
Removed PyTraceBack_Here(_: UnsafeMutablePointer<_frame>) -> Int32
Removed PyTraceBack_Print(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyTraceBack_Type
Removed PyTracebackObject
Removed PyTrash_UNWIND_LEVEL
Removed PyTuple_ClearFreeList() -> Int32
Removed PyTuple_Fini()
Removed PyTuple_GetItem(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyTuple_GetSlice(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyTuple_New(_: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyTuple_SetItem(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyTuple_Size(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyTuple_Type
Removed PyType_ClearCache() -> UInt32
Removed PyType_GenericAlloc(_: UnsafeMutablePointer<PyTypeObject>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyType_GenericNew(_: UnsafeMutablePointer<PyTypeObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyType_IsSubtype(_: UnsafeMutablePointer<PyTypeObject>, _: UnsafeMutablePointer<PyTypeObject>) -> Int32
Removed PyType_Modified(_: UnsafeMutablePointer<PyTypeObject>)
Removed PyType_Ready(_: UnsafeMutablePointer<PyTypeObject>) -> Int32
Removed PyType_Type
Removed PyTypeObject
Removed PyUnicode_BuildEncodingMap(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicode_DecodeUTF7(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicode_DecodeUTF7Stateful(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<Py_ssize_t>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicode_EncodeUTF7(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t, _: Int32, _: Int32, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicode_Type
Removed PyUnicodeDecodeError_Create(_: UnsafePointer<Int8>, _: UnsafePointer<Int8>, _: Py_ssize_t, _: Py_ssize_t, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeDecodeError_GetEncoding(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeDecodeError_GetEnd(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Py_ssize_t>) -> Int32
Removed PyUnicodeDecodeError_GetObject(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeDecodeError_GetReason(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeDecodeError_GetStart(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Py_ssize_t>) -> Int32
Removed PyUnicodeDecodeError_SetEnd(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> Int32
Removed PyUnicodeDecodeError_SetReason(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> Int32
Removed PyUnicodeDecodeError_SetStart(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> Int32
Removed PyUnicodeEncodeError_Create(_: UnsafePointer<Int8>, _: UnsafePointer<Py_UNICODE>, _: Py_ssize_t, _: Py_ssize_t, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeEncodeError_GetEncoding(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeEncodeError_GetEnd(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Py_ssize_t>) -> Int32
Removed PyUnicodeEncodeError_GetObject(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeEncodeError_GetReason(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeEncodeError_GetStart(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Py_ssize_t>) -> Int32
Removed PyUnicodeEncodeError_SetEnd(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> Int32
Removed PyUnicodeEncodeError_SetReason(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> Int32
Removed PyUnicodeEncodeError_SetStart(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> Int32
Removed PyUnicodeTranslateError_Create(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t, _: Py_ssize_t, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeTranslateError_GetEnd(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Py_ssize_t>) -> Int32
Removed PyUnicodeTranslateError_GetObject(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeTranslateError_GetReason(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeTranslateError_GetStart(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<Py_ssize_t>) -> Int32
Removed PyUnicodeTranslateError_SetEnd(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> Int32
Removed PyUnicodeTranslateError_SetReason(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> Int32
Removed PyUnicodeTranslateError_SetStart(_: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> Int32
Removed PyUnicodeUCS2_AsASCIIString(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_AsCharmapString(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_AsEncodedObject(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_AsEncodedString(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_AsLatin1String(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_AsRawUnicodeEscapeString(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_AsUnicode(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<Py_UNICODE>
Removed PyUnicodeUCS2_AsUnicodeEscapeString(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_AsUTF16String(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_AsUTF32String(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_AsUTF8String(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_AsWideChar(_: UnsafeMutablePointer<PyUnicodeObject>, _: UnsafeMutablePointer<wchar_t>, _: Py_ssize_t) -> Py_ssize_t
Removed PyUnicodeUCS2_ClearFreelist() -> Int32
Removed PyUnicodeUCS2_Compare(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyUnicodeUCS2_Concat(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_Contains(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> Int32
Removed PyUnicodeUCS2_Count(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: Py_ssize_t) -> Py_ssize_t
Removed PyUnicodeUCS2_Decode(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_DecodeASCII(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_DecodeCharmap(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_DecodeLatin1(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_DecodeRawUnicodeEscape(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_DecodeUnicodeEscape(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_DecodeUTF16(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<Int32>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_DecodeUTF16Stateful(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<Int32>, _: UnsafeMutablePointer<Py_ssize_t>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_DecodeUTF32(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<Int32>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_DecodeUTF32Stateful(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<Int32>, _: UnsafeMutablePointer<Py_ssize_t>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_DecodeUTF8(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_DecodeUTF8Stateful(_: UnsafePointer<Int8>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: UnsafeMutablePointer<Py_ssize_t>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_Encode(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_EncodeASCII(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_EncodeCharmap(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t, _: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_EncodeDecimal(_: UnsafeMutablePointer<Py_UNICODE>, _: Py_ssize_t, _: UnsafeMutablePointer<Int8>, _: UnsafePointer<Int8>) -> Int32
Removed PyUnicodeUCS2_EncodeLatin1(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_EncodeRawUnicodeEscape(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_EncodeUnicodeEscape(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_EncodeUTF16(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_EncodeUTF32(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t, _: UnsafePointer<Int8>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_EncodeUTF8(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_Find(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: Py_ssize_t, _: Int32) -> Py_ssize_t
Removed PyUnicodeUCS2_Format(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_FromEncodedObject(_: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_FromFormatV(_: UnsafePointer<Int8>, _: CVaListPointer) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_FromObject(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_FromOrdinal(_: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_FromString(_: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_FromStringAndSize(_: UnsafePointer<Int8>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_FromUnicode(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_FromWideChar(_: UnsafePointer<wchar_t>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_GetDefaultEncoding() -> UnsafePointer<Int8>
Removed PyUnicodeUCS2_GetMax() -> Py_UNICODE
Removed PyUnicodeUCS2_GetSize(_: UnsafeMutablePointer<PyObject>) -> Py_ssize_t
Removed PyUnicodeUCS2_Join(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_Partition(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_Replace(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_Resize(_: UnsafeMutablePointer<UnsafeMutablePointer<PyObject>>, _: Py_ssize_t) -> Int32
Removed PyUnicodeUCS2_RichCompare(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_RPartition(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_RSplit(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_SetDefaultEncoding(_: UnsafePointer<Int8>) -> Int32
Removed PyUnicodeUCS2_Split(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Py_ssize_t) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_Splitlines(_: UnsafeMutablePointer<PyObject>, _: Int32) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_Tailmatch(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: Py_ssize_t, _: Py_ssize_t, _: Int32) -> Py_ssize_t
Removed PyUnicodeUCS2_Translate(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyUnicodeUCS2_TranslateCharmap(_: UnsafePointer<Py_UNICODE>, _: Py_ssize_t, _: UnsafeMutablePointer<PyObject>, _: UnsafePointer<Int8>) -> UnsafeMutablePointer<PyObject>
Removed PyWeakref_GetObject(_: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyWeakref_NewProxy(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyWeakref_NewRef(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyWeakReference
Removed PyWrapper_New(_: UnsafeMutablePointer<PyObject>, _: UnsafeMutablePointer<PyObject>) -> UnsafeMutablePointer<PyObject>
Removed PyWrapperDescr_Type
Removed PyWrapperFlag_KEYWORDS
Removed readbufferproc
Removed releasebufferproc
Removed reprfunc
Removed richcmpfunc
Removed segcountproc
Removed setattrfunc
Removed setattrofunc
Removed setter
Removed SHLIB_EXT
Removed SIZEOF__BOOL
Removed SIZEOF_DOUBLE
Removed SIZEOF_FLOAT
Removed SIZEOF_FPOS_T
Removed SIZEOF_INT
Removed SIZEOF_LONG
Removed SIZEOF_LONG_DOUBLE
Removed SIZEOF_LONG_LONG
Removed SIZEOF_OFF_T
Removed SIZEOF_PID_T
Removed SIZEOF_PTHREAD_T
Removed SIZEOF_SHORT
Removed SIZEOF_SIZE_T
Removed SIZEOF_TIME_T
Removed SIZEOF_UINTPTR_T
Removed SIZEOF_VOID_P
Removed SIZEOF_WCHAR_T
Removed ssizeargfunc
Removed ssizeobjargproc
Removed ssizessizeargfunc
Removed ssizessizeobjargproc
Removed SSTATE_INTERNED_IMMORTAL
Removed SSTATE_INTERNED_MORTAL
Removed SSTATE_NOT_INTERNED
Removed STDC_HEADERS
Removed SYS_SELECT_WITH_SYS_TIME
Removed TANH_PRESERVES_ZERO_SIGN
Removed ternaryfunc
Removed TIME_WITH_SYS_TIME
Removed traverseproc
Removed unaryfunc
Removed USE_TOOLBOX_OBJECT_GLUE
Removed VA_LIST_IS_ARRAY
Removed visitproc
Removed WITH_CYCLE_GC
Removed WITH_DOC_STRINGS
Removed WITH_DYLD
Removed WITH_NEXT_FRAMEWORK
Removed WITH_PYMALLOC
Removed WITH_THREAD
Removed wrapperfunc
Removed wrapperfunc_kwds
Removed writebufferproc