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

    Бинарный пакет: python-modules-ctypes
    Версия: 2.7.11-alt4.M80C.1
    Архитектура: i586
    Собран:  28 сентября 2017 г. 12:20 в задании #189184
    Исходный пакет: python
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.python.org/

    Лицензия: PSF
    О пакете: 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


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


    27 сентября 2017 г. Anton V. Boyarshinov 2.7.11-alt4.M80C.1
    - backport to c8
    27 сентября 2017 г. Anton V. Boyarshinov 2.7.11-alt5
    - Security (Fixes: CVE-2016-0772, CVE-2016-5636)
    11 апреля 2017 г. Gleb Fotengauer-Malinovskiy 2.7.11-alt4
    - Fixed 'random' module regression caused by glibc >= 2.25 (closes: #33355).