Package python3-module-gdb_libpython: Information

    Binary package: python3-module-gdb_libpython
    Version: 3.10.8-alt1.1
    Architecture: i586
    Build time:  Dec 18, 2022, 03:19 PM in the task #311926
    Source package: python3
    Report package bug
    License: Python
    Summary: Helper for gdb and libpython
    Description: 
    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.

    Maintainer: Ilya Kurdyukov


    Last changed


    Dec. 17, 2022 Ilya Kurdyukov 3.10.8-alt1.1
    - Using "-fno-semantic-interposition" to speed up libpython.
    Dec. 6, 2022 Grigory Ustinov 3.10.8-alt1
    - Updated to upstream version 3.10.8.
    Nov. 10, 2022 Daniel Zagaynov 3.10.7-alt2
    - Moved Tools to /usr/share/%pybasever
    - Removed pynche (its pypi version is newer)
    - Moved libpython.py to the separate package
    - Used %add_python3_import_path to exclude self-provides from %name-test
      dependencies
    - Added shebang to some files from %name-tools and %name-module-gdb_libpython,
      made them executable to discard rpm-build-python
    - Added patch to replace absolute import with relative ones.