Пакет python-modules-ctypes: Информация

Бинарный пакет: python-modules-ctypes
Версия: 2.7.18-alt0.M90P.3
Архитектура: aarch64
Собран:  1 ноября 2021 г. 10:12 в задании #288288
Исходный пакет: python
Категория: Разработка/Python
Сообщить об ошибке в пакете
Домашняя страница: http://www.python.org/

Лицензия: Python-2.0
О пакете: C libraries and data types wrapper helper for Python
Описание: 
ctypes is an advanced ffi (Foreign Function Interface) package for
Python 2.3 and higher.

ctypes allows to call functions exposed from dlls/shared libraries and
has extensive facilities to create, access and manipulate simple and
complicated C data types in Python - in other words: wrap libraries in
pure Python. It is even possible to implement C callback functions in
pure Python.

ctypes now includes a code generator toolchain which allows automatic
creation of library wrappers from C header files.

Сопровождающий: Python Development Team


Последнее изменение


28 октября 2021 г. Paul Wolneykien 2.7.18-alt0.M90P.3
- Fixed building.
19 ноября 2020 г. Vladimir D. Seleznev 2.7.18-alt0.M90P.2
16 ноября 2020 г. Vladimir D. Seleznev 2.7.18-alt0.M90P.1
- Updated to 2.7.18 (fixes CVE-2019-9636).
- License tag fixed.