Пакет python3-module-gdb_libpython: Информация

    Бинарный пакет: python3-module-gdb_libpython
    Версия: 3.11.6-alt1
    Архитектура: noarch
    Собран:  9 октября 2023 г. 6:35
    Исходный пакет: python3
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.python.org/

    Лицензия: Python
    О пакете: Helper for gdb and libpython
    Описание: 
    This python module deals with the case when the process being debugged (the
    "inferior process" in gdb parlance) is itself python, or more specifically,
    linked against libpython.  In this situation, almost every item of data is a
    (PyObject*), and having the debugger merely print their addresses is not very
    enlightening.

    Сопровождающий: Grigory Ustinov


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


    3 октября 2023 г. Grigory Ustinov 3.11.6-alt1
    - Updated to upstream version 3.11.6 (thx to kotopesutility@).
    2 сентября 2023 г. Daniel Zagaynov 3.11.4-alt3
    - Fixed FTBFS with recent autoconf (thx to iv@).
    20 июня 2023 г. Gleb Fotengauer-Malinovskiy 3.11.4-alt2
    - Changed spec:
      - build with libnsl2-devel for all architectures.
      - utilize the valgrind_arches macro from the rpm-macros-valgrind package
      instead of using a homegrown list of supported architectures.