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

    Бинарный пакет: python-modules-ctypes
    Версия: 2.7.18-alt11
    Архитектура: armh
    Собран:  29 августа 2023 г. 7:09 в задании #328124
    Исходный пакет: python
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://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


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


    30 июля 2023 г. Gleb Fotengauer-Malinovskiy 2.7.18-alt11
    - Added support for openssl 3.1 (thx Christian Heimes).
    17 июня 2022 г. Vladimir D. Seleznev 2.7.18-alt10
    - Secutiry update (fixed: CVE-2015-20107).
    - Fixed Url field.
    12 марта 2022 г. Vladimir D. Seleznev 2.7.18-alt9
    - Security update (fixed: CVE-2021-4189 and CVE-2022-0391);
    - Fixed FTBFS against libexpat >= 2.4.5.