Message384539
| Author |
vstinner |
| Recipients |
petr.viktorin, shihai1991, vstinner |
| Date |
2021年01月06日.20:53:30 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1609966410.74.0.130516915727.issue40601@roundup.psfhosted.org> |
| In-reply-to |
| Content |
PC/python3dll.c exports 66 types in the stable ABI:
Py_GenericAliasType
PyObject_Type
_PyWeakref_CallableProxyType
_PyWeakref_ProxyType
_PyWeakref_RefType
PyBaseObject_Type
PyBool_Type
PyByteArray_Type
PyByteArrayIter_Type
PyBytes_Type
PyBytesIter_Type
PyCallIter_Type
PyCapsule_Type
PyCFunction_Type
PyClassMethodDescr_Type
PyComplex_Type
PyDict_Type
PyDictItems_Type
PyDictIterItem_Type
PyDictIterKey_Type
PyDictIterValue_Type
PyDictKeys_Type
PyDictProxy_Type
PyDictValues_Type
PyEllipsis_Type
PyEnum_Type
PyExc_TypeError
PyFilter_Type
PyFloat_Type
PyFrozenSet_Type
PyGetSetDescr_Type
PyList_Type
PyListIter_Type
PyListRevIter_Type
PyLong_Type
PyLongRangeIter_Type
PyMap_Type
PyMemberDescr_Type
PyMemoryView_Type
PyMethodDescr_Type
PyModule_Type
PyModuleDef_Type
PyNullImporter_Type
PyODict_Type
PyODictItems_Type
PyODictIter_Type
PyODictKeys_Type
PyODictValues_Type
PyProperty_Type
PyRange_Type
PyRangeIter_Type
PyReversed_Type
PySeqIter_Type
PySet_Type
PySetIter_Type
PySlice_Type
PySortWrapper_Type
PySuper_Type
PyTraceBack_Type
PyTuple_Type
PyTupleIter_Type
PyType_Type
PyUnicode_Type
PyUnicodeIter_Type
PyWrapperDescr_Type
PyZip_Type |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2021年01月06日 20:53:30 | vstinner | set | recipients:
+ vstinner, petr.viktorin, shihai1991 |
| 2021年01月06日 20:53:30 | vstinner | set | messageid: <1609966410.74.0.130516915727.issue40601@roundup.psfhosted.org> |
| 2021年01月06日 20:53:30 | vstinner | link | issue40601 messages |
| 2021年01月06日 20:53:30 | vstinner | create |
|