lang:python:wheel
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| lang:python:wheel [2025/11/10 12:03] – Ajout d'un site web pour cibuildwheel root | lang:python:wheel [2025/11/10 12:17] (Version actuelle) – Ajout de "abi3audit" root | ||
|---|---|---|---|
| Ligne 71: | Ligne 71: | ||
| '' | '' | ||
| + | |||
| + | =====abi3audit===== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | Vérifie que le fichier wheel généré est compatible '' | ||
| + | |||
| + | Un wheel indique via son nom la version minimale de Python et s'il est '' | ||
| + | |||
| + | Exemple : | ||
| + | |||
| + | <code bash> | ||
| + | | ||
| + | [11:38:42] 👎 toto-1.3.1-cp38-abi3-win32.whl: | ||
| + | 👎 toto-1.3.1-cp38-abi3-win32.whl: | ||
| + | ABI, but is tagged for the Python 3.8 ABI | ||
| + | | ||
| + | │ Symbol | ||
| + | | ||
| + | │ PyUnstable_Module_SetGIL | ||
| + | │ _Py_DecRefShared | ||
| + | │ PyMutex_Lock | ||
| + | │ PyFrame_GetBack | ||
| + | │ PyMethod_Type | ||
| + | │ PyInstanceMethod_New | ||
| + | │ _PyObject_GetDictPtr | ||
| + | │ PyThreadState_GetUnchecked │ not ABI3 │ | ||
| + | │ PyObject_ClearManagedDict | ||
| + | │ _PyType_Lookup | ||
| + | │ PyInstanceMethod_Type | ||
| + | │ PyObject_LengthHint | ||
| + | │ PyObject_VisitManagedDict | ||
| + | │ PyMutex_Unlock | ||
| + | │ _Py_MergeZeroLocalRefcount │ not ABI3 │ | ||
| + | │ PyFrame_GetLineNumber | ||
| + | │ PyUnicode_AsUTF8AndSize | ||
| + | │ PyObject_CheckBuffer | ||
| + | │ PyObject_GenericGetDict | ||
| + | │ PyDict_GetItemStringRef | ||
| + | │ PyObject_GetBuffer | ||
| + | │ PyBuffer_Release | ||
| + | │ PyFrame_GetCode | ||
| + | │ PyCMethod_New | ||
| + | │ PyInterpreterState_Get | ||
| + | | ||
| + | 💁 toto-1.3.1-cp38-abi3-win32.whl: | ||
| + | 15 ABI violations found | ||
| + | </ | ||
lang/python/wheel.1762772589.txt.gz · Dernière modification : de root
