Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3.12-debug-3.12.12-4.el9_7.1 RPM for ppc64le

From AlmaLinux 9.7 CRB for ppc64le

Name: python3.12-debug Distribution: AlmaLinux
Version: 3.12.12 Vendor: AlmaLinux
Release: 4.el9_7.1 Build date: Tue Mar 10 17:43:01 2026
Group: Unspecified Build host: ppc64le-builder02.almalinux.org
Size: 21415536 Source RPM: python3.12-3.12.12-4.el9_7.1.src.rpm
Packager: AlmaLinux Packaging Team <packager@almalinux.org>
Url: https://www.python.org/
Summary: Debug version of the Python runtime
python3-debug provides a version of the Python runtime with numerous debugging
features enabled, aimed at advanced Python users such as developers of Python
extension modules.

This version uses more memory and will be slower than the regular Python build,
but is useful for tracking down reference-counting issues and other bugs.

The debug build shares installation directories with the standard Python
runtime. Python modules -- source (.py), bytecode (.pyc), and C-API extensions
(.cpython*.so) -- are compatible between this and the standard version
of Python.

The debug runtime additionally supports debug builds of C-API extensions
(with the "d" ABI flag) for debugging issues in those extensions.

Provides

Requires

License

Python-2.0.1

Changelog

* Fri Feb 27 2026 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.12-4.1
  - Security fixes for CVE-2026-0865, CVE-2025-15366, CVE-2025-15367 and CVE-2026-1299
  Resolves: RHEL-143106 RHEL-143168 RHEL-144891
* Mon Jan 19 2026 Lumír Balhar <lbalhar@redhat.com> - 3.12.12-4
  - Release bump to correct the build for wrong release
  Related: RHEL-141026
* Fri Jan 16 2026 Lumír Balhar <lbalhar@redhat.com> - 3.12.12-3
  - Security fix for CVE-2025-13836
  Resolves: RHEL-141026
* Thu Jan 08 2026 Lumír Balhar <lbalhar@redhat.com> - 3.12.12-2
  - Security fix for CVE-2025-12084
  Resolves: RHEL-135399
* Fri Nov 14 2025 RHEL Packaging Agent <jotnar@redhat.com> - 3.12.12-1
  - Update to 3.12.12
  Resolves: RHEL-125856
* Thu Aug 14 2025 Lumír Balhar <lbalhar@redhat.com> - 3.12.11-2
  - Security fix for CVE-2025-8194
  Resolves: RHEL-106369
* Wed Jun 04 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.11-1
  - Update to 3.12.11
  - Security fixes for CVE-2025-4517, CVE-2025-4330, CVE-2025-4138, CVE-2024-12718, CVE-2025-4435
  Resolves: RHEL-98057, RHEL-98019, RHEL-97811, RHEL-98183, RHEL-98210
* Fri May 09 2025 Charalampos Stratakis <cstratak@redhat.com> - 3.12.10-3
  - Fix PySSL_SetError handling SSL_ERROR_SYSCALL
  - This fixes random flakiness of test_ssl on stressed machines
  Resolves: RHEL-88897
* Tue Apr 22 2025 Charalampos Stratakis <cstratak@redhat.com> - 3.12.10-2
  - Apply Intel's CET for mitigation against control-flow hijacking attacks
  Resolves: RHEL-88326
* Wed Apr 09 2025 Miro Hrončok <mhroncok@redhat.com> - 3.12.10-1
  - Update to 3.12.10
  Resolves: RHEL-86887
* Tue Feb 04 2025 Charalampos Stratakis <cstratak@redhat.com> - 3.12.9-1
  - Update to 3.12.9
  - Security fix for CVE-2025-0938
  Resolves: RHEL-77261
* Tue Dec 03 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.12.8-1
  - Update to 3.12.8
  - Security fix for CVE-2024-9287 and CVE-2024-12254
  Resolves: RHEL-64886, RHEL-70320
* Mon Sep 09 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.6-1
  - Update to 3.12.6
  Resolves: RHEL-57417
* Fri Aug 23 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.12.5-2
  - Security fix for CVE-2024-8088
  Resolves: RHEL-55963
* Wed Aug 07 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.5-1
  - Update to 3.12.5
  - Security fix for CVE-2024-6923
  Resolves: RHEL-53041
* Thu Jul 25 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.12.4-3
  - Properly propagate the optimization flags to C extensions
* Wed Jul 17 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.12.4-2
  - Build Python with -O3
  - https://fedoraproject.org/wiki/Changes/Python_built_with_gcc_O3
* Fri Jun 28 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.4-1
  - Update to 3.12.4
  Resolves: RHEL-44103
* Tue Jun 11 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.12.3-2
  - Enable importing of hash-based .pyc files under FIPS mode
  Resolves: RHEL-40772
* Fri May 03 2024 Lumír Balhar <lbalhar@redhat.com> - 3.12.3-1
  - Update to 3.12.3
  Related: RHEL-33690
* Fri May 03 2024 Lumír Balhar <lbalhar@redhat.com> - 3.12.2-3
  - Move all test modules to the python3-test package, namely:
     - __phello__
     - _xxsubinterpreters
     - xxlimited
     - xxlimited_35
     - xxsubtype
* Fri May 03 2024 Lumír Balhar <lbalhar@redhat.com> - 3.12.2-2
  - Fix tests for XMLPullParser with Expat with fixed CVE
* Fri May 03 2024 Lumír Balhar <lbalhar@redhat.com> - 3.12.2-1
  - Update to 3.12.2
  Resolves: RHEL-33690

Files

/usr/bin/python3.12d
/usr/bin/python3.12d-config
/usr/bin/python3.12d-ppc64le-config
/usr/include/python3.12d
/usr/include/python3.12d/Python.h
/usr/include/python3.12d/abstract.h
/usr/include/python3.12d/bltinmodule.h
/usr/include/python3.12d/boolobject.h
/usr/include/python3.12d/bytearrayobject.h
/usr/include/python3.12d/bytesobject.h
/usr/include/python3.12d/ceval.h
/usr/include/python3.12d/codecs.h
/usr/include/python3.12d/compile.h
/usr/include/python3.12d/complexobject.h
/usr/include/python3.12d/cpython
/usr/include/python3.12d/cpython/abstract.h
/usr/include/python3.12d/cpython/bytearrayobject.h
/usr/include/python3.12d/cpython/bytesobject.h
/usr/include/python3.12d/cpython/cellobject.h
/usr/include/python3.12d/cpython/ceval.h
/usr/include/python3.12d/cpython/classobject.h
/usr/include/python3.12d/cpython/code.h
/usr/include/python3.12d/cpython/compile.h
/usr/include/python3.12d/cpython/complexobject.h
/usr/include/python3.12d/cpython/context.h
/usr/include/python3.12d/cpython/descrobject.h
/usr/include/python3.12d/cpython/dictobject.h
/usr/include/python3.12d/cpython/fileobject.h
/usr/include/python3.12d/cpython/fileutils.h
/usr/include/python3.12d/cpython/floatobject.h
/usr/include/python3.12d/cpython/frameobject.h
/usr/include/python3.12d/cpython/funcobject.h
/usr/include/python3.12d/cpython/genobject.h
/usr/include/python3.12d/cpython/import.h
/usr/include/python3.12d/cpython/initconfig.h
/usr/include/python3.12d/cpython/interpreteridobject.h
/usr/include/python3.12d/cpython/listobject.h
/usr/include/python3.12d/cpython/longintrepr.h
/usr/include/python3.12d/cpython/longobject.h
/usr/include/python3.12d/cpython/memoryobject.h
/usr/include/python3.12d/cpython/methodobject.h
/usr/include/python3.12d/cpython/modsupport.h
/usr/include/python3.12d/cpython/object.h
/usr/include/python3.12d/cpython/objimpl.h
/usr/include/python3.12d/cpython/odictobject.h
/usr/include/python3.12d/cpython/picklebufobject.h
/usr/include/python3.12d/cpython/pthread_stubs.h
/usr/include/python3.12d/cpython/pyctype.h
/usr/include/python3.12d/cpython/pydebug.h
/usr/include/python3.12d/cpython/pyerrors.h
/usr/include/python3.12d/cpython/pyfpe.h
/usr/include/python3.12d/cpython/pyframe.h
/usr/include/python3.12d/cpython/pylifecycle.h
/usr/include/python3.12d/cpython/pymem.h
/usr/include/python3.12d/cpython/pystate.h
/usr/include/python3.12d/cpython/pythonrun.h
/usr/include/python3.12d/cpython/pythread.h
/usr/include/python3.12d/cpython/pytime.h
/usr/include/python3.12d/cpython/setobject.h
/usr/include/python3.12d/cpython/sysmodule.h
/usr/include/python3.12d/cpython/traceback.h
/usr/include/python3.12d/cpython/tupleobject.h
/usr/include/python3.12d/cpython/unicodeobject.h
/usr/include/python3.12d/cpython/warnings.h
/usr/include/python3.12d/cpython/weakrefobject.h
/usr/include/python3.12d/datetime.h
/usr/include/python3.12d/descrobject.h
/usr/include/python3.12d/dictobject.h
/usr/include/python3.12d/dynamic_annotations.h
/usr/include/python3.12d/enumobject.h
/usr/include/python3.12d/errcode.h
/usr/include/python3.12d/exports.h
/usr/include/python3.12d/fileobject.h
/usr/include/python3.12d/fileutils.h
/usr/include/python3.12d/floatobject.h
/usr/include/python3.12d/frameobject.h
/usr/include/python3.12d/genericaliasobject.h
/usr/include/python3.12d/import.h
/usr/include/python3.12d/internal
/usr/include/python3.12d/internal/pycore_abstract.h
/usr/include/python3.12d/internal/pycore_asdl.h
/usr/include/python3.12d/internal/pycore_ast.h
/usr/include/python3.12d/internal/pycore_ast_state.h
/usr/include/python3.12d/internal/pycore_atexit.h
/usr/include/python3.12d/internal/pycore_atomic.h
/usr/include/python3.12d/internal/pycore_atomic_funcs.h
/usr/include/python3.12d/internal/pycore_bitutils.h
/usr/include/python3.12d/internal/pycore_blocks_output_buffer.h
/usr/include/python3.12d/internal/pycore_bytes_methods.h
/usr/include/python3.12d/internal/pycore_bytesobject.h
/usr/include/python3.12d/internal/pycore_call.h
/usr/include/python3.12d/internal/pycore_ceval.h
/usr/include/python3.12d/internal/pycore_ceval_state.h
/usr/include/python3.12d/internal/pycore_code.h
/usr/include/python3.12d/internal/pycore_compile.h
/usr/include/python3.12d/internal/pycore_condvar.h
/usr/include/python3.12d/internal/pycore_context.h
/usr/include/python3.12d/internal/pycore_descrobject.h
/usr/include/python3.12d/internal/pycore_dict.h
/usr/include/python3.12d/internal/pycore_dict_state.h
/usr/include/python3.12d/internal/pycore_dtoa.h
/usr/include/python3.12d/internal/pycore_emscripten_signal.h
/usr/include/python3.12d/internal/pycore_exceptions.h
/usr/include/python3.12d/internal/pycore_faulthandler.h
/usr/include/python3.12d/internal/pycore_fileutils.h
/usr/include/python3.12d/internal/pycore_fileutils_windows.h
/usr/include/python3.12d/internal/pycore_floatobject.h
/usr/include/python3.12d/internal/pycore_flowgraph.h
/usr/include/python3.12d/internal/pycore_format.h
/usr/include/python3.12d/internal/pycore_frame.h
/usr/include/python3.12d/internal/pycore_function.h
/usr/include/python3.12d/internal/pycore_gc.h
/usr/include/python3.12d/internal/pycore_genobject.h
/usr/include/python3.12d/internal/pycore_getopt.h
/usr/include/python3.12d/internal/pycore_gil.h
/usr/include/python3.12d/internal/pycore_global_objects.h
/usr/include/python3.12d/internal/pycore_global_objects_fini_generated.h
/usr/include/python3.12d/internal/pycore_global_strings.h
/usr/include/python3.12d/internal/pycore_hamt.h
/usr/include/python3.12d/internal/pycore_hashtable.h
/usr/include/python3.12d/internal/pycore_import.h
/usr/include/python3.12d/internal/pycore_initconfig.h
/usr/include/python3.12d/internal/pycore_instruments.h
/usr/include/python3.12d/internal/pycore_interp.h
/usr/include/python3.12d/internal/pycore_intrinsics.h
/usr/include/python3.12d/internal/pycore_list.h
/usr/include/python3.12d/internal/pycore_long.h
/usr/include/python3.12d/internal/pycore_memoryobject.h
/usr/include/python3.12d/internal/pycore_moduleobject.h
/usr/include/python3.12d/internal/pycore_namespace.h
/usr/include/python3.12d/internal/pycore_object.h
/usr/include/python3.12d/internal/pycore_object_state.h
/usr/include/python3.12d/internal/pycore_obmalloc.h
/usr/include/python3.12d/internal/pycore_obmalloc_init.h
/usr/include/python3.12d/internal/pycore_opcode.h
/usr/include/python3.12d/internal/pycore_opcode_utils.h
/usr/include/python3.12d/internal/pycore_parser.h
/usr/include/python3.12d/internal/pycore_pathconfig.h
/usr/include/python3.12d/internal/pycore_pyarena.h
/usr/include/python3.12d/internal/pycore_pyerrors.h
/usr/include/python3.12d/internal/pycore_pyhash.h
/usr/include/python3.12d/internal/pycore_pylifecycle.h
/usr/include/python3.12d/internal/pycore_pymath.h
/usr/include/python3.12d/internal/pycore_pymem.h
/usr/include/python3.12d/internal/pycore_pymem_init.h
/usr/include/python3.12d/internal/pycore_pystate.h
/usr/include/python3.12d/internal/pycore_pythread.h
/usr/include/python3.12d/internal/pycore_range.h
/usr/include/python3.12d/internal/pycore_runtime.h
/usr/include/python3.12d/internal/pycore_runtime_init.h
/usr/include/python3.12d/internal/pycore_runtime_init_generated.h
/usr/include/python3.12d/internal/pycore_signal.h
/usr/include/python3.12d/internal/pycore_sliceobject.h
/usr/include/python3.12d/internal/pycore_strhex.h
/usr/include/python3.12d/internal/pycore_structseq.h
/usr/include/python3.12d/internal/pycore_symtable.h
/usr/include/python3.12d/internal/pycore_sysmodule.h
/usr/include/python3.12d/internal/pycore_time.h
/usr/include/python3.12d/internal/pycore_token.h
/usr/include/python3.12d/internal/pycore_traceback.h
/usr/include/python3.12d/internal/pycore_tracemalloc.h
/usr/include/python3.12d/internal/pycore_tuple.h
/usr/include/python3.12d/internal/pycore_typeobject.h
/usr/include/python3.12d/internal/pycore_typevarobject.h
/usr/include/python3.12d/internal/pycore_ucnhash.h
/usr/include/python3.12d/internal/pycore_unicodeobject.h
/usr/include/python3.12d/internal/pycore_unicodeobject_generated.h
/usr/include/python3.12d/internal/pycore_unionobject.h
/usr/include/python3.12d/internal/pycore_warnings.h
/usr/include/python3.12d/interpreteridobject.h
/usr/include/python3.12d/intrcheck.h
/usr/include/python3.12d/iterobject.h
/usr/include/python3.12d/listobject.h
/usr/include/python3.12d/longobject.h
/usr/include/python3.12d/marshal.h
/usr/include/python3.12d/memoryobject.h
/usr/include/python3.12d/methodobject.h
/usr/include/python3.12d/modsupport.h
/usr/include/python3.12d/moduleobject.h
/usr/include/python3.12d/object.h
/usr/include/python3.12d/objimpl.h
/usr/include/python3.12d/opcode.h
/usr/include/python3.12d/osdefs.h
/usr/include/python3.12d/osmodule.h
/usr/include/python3.12d/patchlevel.h
/usr/include/python3.12d/py_curses.h
/usr/include/python3.12d/pybuffer.h
/usr/include/python3.12d/pycapsule.h
/usr/include/python3.12d/pyconfig-64.h
/usr/include/python3.12d/pyconfig.h
/usr/include/python3.12d/pydtrace.h
/usr/include/python3.12d/pyerrors.h
/usr/include/python3.12d/pyexpat.h
/usr/include/python3.12d/pyframe.h
/usr/include/python3.12d/pyhash.h
/usr/include/python3.12d/pylifecycle.h
/usr/include/python3.12d/pymacconfig.h
/usr/include/python3.12d/pymacro.h
/usr/include/python3.12d/pymath.h
/usr/include/python3.12d/pymem.h
/usr/include/python3.12d/pyport.h
/usr/include/python3.12d/pystate.h
/usr/include/python3.12d/pystats.h
/usr/include/python3.12d/pystrcmp.h
/usr/include/python3.12d/pystrtod.h
/usr/include/python3.12d/pythonrun.h
/usr/include/python3.12d/pythread.h
/usr/include/python3.12d/pytypedefs.h
/usr/include/python3.12d/rangeobject.h
/usr/include/python3.12d/setobject.h
/usr/include/python3.12d/sliceobject.h
/usr/include/python3.12d/structmember.h
/usr/include/python3.12d/structseq.h
/usr/include/python3.12d/sysmodule.h
/usr/include/python3.12d/traceback.h
/usr/include/python3.12d/tracemalloc.h
/usr/include/python3.12d/tupleobject.h
/usr/include/python3.12d/typeslots.h
/usr/include/python3.12d/unicodeobject.h
/usr/include/python3.12d/warnings.h
/usr/include/python3.12d/weakrefobject.h
/usr/lib/.build-id
/usr/lib/.build-id/00/dae1348b2155e9958846dc92b840d0c7014cd1
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/29f4e3d4a20773c57060c576c32ad21089e2da
/usr/lib/.build-id/17
/usr/lib/.build-id/17/a64daf3d7b5172c4a28595e07366cd17a15d63
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/a1a6c8e0c08ed8f76275e3445c9f1eeca3c7c0
/usr/lib/.build-id/21
/usr/lib/.build-id/21/29170e7c6d2cd486e1f405a14c4ca96f42e39c
/usr/lib/.build-id/26
/usr/lib/.build-id/26/a67d5162496a34217095e304dbdbbf70618c20
/usr/lib/.build-id/29
/usr/lib/.build-id/29/82088fa0569e356d6211d1614515cbde4cc991
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/9bea88b483bf520b026726d52c9d271d556d33
/usr/lib/.build-id/3a/98ca85290288eb3cc4a60d7bc6d30f06a3a670
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/5dc995f33135cadaa6783fa2b89ec7dbadc8fa
/usr/lib/.build-id/41/a63d57d4ddd3f1d887ab59fafe394cc2d7dea8
/usr/lib/.build-id/42/78ff5303e65b68027699988cbc4d56d4733a71
/usr/lib/.build-id/43
/usr/lib/.build-id/43/278e8278754e7abd3481db6f15edf1ac00abc1
/usr/lib/.build-id/46
/usr/lib/.build-id/46/4d6adb22219d290fa377d3d57f6f4f5d91c2ff
/usr/lib/.build-id/48
/usr/lib/.build-id/48/bc5eaa7b3773699f99804b154e2fc5f99b56b9
/usr/lib/.build-id/48/e30dc12aa56acf0fcd4f49fd8ddbb10d065323
/usr/lib/.build-id/49/0ef478a1a124447a80608aa71b15f841af10ec
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/3950c6dfe424e1da8d44ef3957a20dcb9f504c
/usr/lib/.build-id/4f/99de5fa8d979b00b60159183e248c2edce0e89
/usr/lib/.build-id/4f/af75e944549e972fab892f6cd5506cb34dfe66
/usr/lib/.build-id/50
/usr/lib/.build-id/50/2536e4cf0a9cd2f318273eb6668509854f5d85
/usr/lib/.build-id/53
/usr/lib/.build-id/53/4d696231d7f73debc80b292b3953e2ac714f8d
/usr/lib/.build-id/58/384acc53110b12f70aaa21011c91ff4e3ae0e6
/usr/lib/.build-id/59
/usr/lib/.build-id/59/a1fc7e9dfefc29fe854962bbea6c6001c85f33
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/f2e906045840dc848d4f04fb8985ea6d70350d
/usr/lib/.build-id/64
/usr/lib/.build-id/64/68abc35d43cb5115542e2decf0d11ef17ea5f3
/usr/lib/.build-id/65/754c795a07b528f1e8fd4556ee311e03da793c
/usr/lib/.build-id/69/953b21899861e2ee938e7dd0644eec34415649
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/f4f5d7a06f78aea77148607e7e7192a394f690
/usr/lib/.build-id/6d/0fcfeaf4707ed2d5f2ee89f3c31175c973168e
/usr/lib/.build-id/72
/usr/lib/.build-id/72/27d9c7dbc189afd107b11c584a7b23fbfd5eab
/usr/lib/.build-id/73/e69d18a1a9fd1aa0fb1ff35c91ae66ed535f79
/usr/lib/.build-id/74/6ccd023393d17a78aaac59c481867fa5acf51a
/usr/lib/.build-id/75
/usr/lib/.build-id/75/3a21c00e21dc93998edc1316e2fcf29e9401ff
/usr/lib/.build-id/86
/usr/lib/.build-id/86/12d550a9d399851b09db1774e00f708dd1f5cf
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/1af150db8f8c3df326bd1d0cfc5805236d956b
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/5bbc1f3da6c3f70b05f982703aaaaa295a71f1
/usr/lib/.build-id/8e/275cc5fa46061b78b2966e54e1a784281c0b41
/usr/lib/.build-id/95
/usr/lib/.build-id/95/f87c186f85f300177470a45d13c6901b9f6e94
/usr/lib/.build-id/98/7de3cb6162060d1c5e1ffdbddd1f1edbde9c7d
/usr/lib/.build-id/98/9b88344d8d1cf581f043d508d21ca1a550a6c4
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/3dc71de968755f191f2ca37bc298de13c9c7ad
/usr/lib/.build-id/9d/549c2282d3df1b862c08eab067f020d9aca87c
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/12d8680f8eb351fd9874fb6e894f62c00c3bf9
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/11a4fe805350a01b0878844ed91f9c63e646fa
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/bef86e25987ae67972917c670856afebb68d4b
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/f2abd8d2304a78891f8ef194836a2083a830f9
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/134d9d54776e79e5d9bbe1bed09f28ef95b305
/usr/lib/.build-id/af
/usr/lib/.build-id/af/c505e9aa62eff14538bb7ffee60403df4db592
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/c33d756eacd26906f45b952609ce4754841fdd
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/e9f41fd649ad6c014f98e0fe19898a5d81e75b
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/923489bec279199a6bc474f92b8eb70a44c66f
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/dddbac0ba007887671178da2a8e2d859a71ab9
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/4902947b542f5040a7d1757c3ad5af970ecb0a
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/7d1c158d8937383ad9836bea2dc97bb202d3df
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/4108c2c5a64a1822567f45c561012469d0f6e2
/usr/lib/.build-id/cd/c26d8e17133be3f4044e124c2a4c67b23265a3
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/4004f0bfd34f6969b1844519efe74f36fcd762
/usr/lib/.build-id/cf/d565c525b97b0c181549b7eca56f4f397eb98e
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/d28dc82950f39bd83e696a5a103e1bac9a5d99
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/d13514434cb52502af5d37bf0a112448267c05
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/280245d45512fd550002cfb3678de3ca973e17
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/e16f9ef465e6773d0c5c66811ca5cbf56661e9
/usr/lib/.build-id/e3/cb31971ce8b057f95863f8aa34cc967d59d3c6
/usr/lib/.build-id/e3/cc353b6ace98cf513bfe0041d7d79f601b73ca
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/1a5bff9515fbf0f628bbf750593c24b98c77ca
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/8c6755396715b259469bec51c9b58c24973055
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/91f3515b67b96300f607a8020dc738a2766051
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/e304fa3d949bac5d367b394c0cbf8548b27823
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/cb457fdbdef979d2aee5787bbac9c816855cd5
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/0d4c2ccb0c8a9c4e15d7448f90eafc78b268b5
/usr/lib/.build-id/f1/0ec4464a534aad2a9b4fb59668071996a1efff
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/961f4febc5070e18954d6bcb13b081b53eb0ff
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/f18e7f40633e83a528700c024adec0040ee615
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/9d39aca69f3a14e9f59c7e05c7bca329735071
/usr/lib/.build-id/f7/9e4c0bab3d6555c5b00fdb5c31ce6cfed47ffe
/usr/lib/.build-id/fb/ad906739073d9f1173e4f5ec869786e4af86bc
/usr/lib64/libpython3.12d.so
/usr/lib64/libpython3.12d.so.1.0
/usr/lib64/pkgconfig/python-3.12d-embed.pc
/usr/lib64/pkgconfig/python-3.12d.pc
/usr/lib64/python3.12/__pycache__/_sysconfigdata_d_linux_powerpc64le-linux-gnu.cpython-312.opt-1.pyc
/usr/lib64/python3.12/__pycache__/_sysconfigdata_d_linux_powerpc64le-linux-gnu.cpython-312.opt-2.pyc
/usr/lib64/python3.12/__pycache__/_sysconfigdata_d_linux_powerpc64le-linux-gnu.cpython-312.pyc
/usr/lib64/python3.12/_sysconfigdata_d_linux_powerpc64le-linux-gnu.py
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/Makefile
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/Setup
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/Setup.bootstrap
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/Setup.local
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/Setup.stdlib
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/__pycache__
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/__pycache__/python-config.cpython-312.opt-1.pyc
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/__pycache__/python-config.cpython-312.opt-2.pyc
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/__pycache__/python-config.cpython-312.pyc
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/config.c
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/config.c.in
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/install-sh
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/makesetup
/usr/lib64/python3.12/config-3.12d-powerpc64le-linux-gnu/python-config.py
/usr/lib64/python3.12/lib-dynload/_asyncio.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_codecs_cn.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_codecs_hk.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_codecs_iso2022.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_codecs_jp.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_codecs_kr.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_codecs_tw.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_contextvars.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_crypt.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_csv.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_ctypes_test.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_curses.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_curses_panel.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_dbm.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_gdbm.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_json.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_lsprof.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_posixshmem.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_queue.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_random.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_socket.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_statistics.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_struct.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_testbuffer.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_testcapi.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_testclinic.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_testimportmultiple.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_testinternalcapi.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_testmultiphase.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_testsinglephase.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_tkinter.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_xxinterpchannels.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_xxsubinterpreters.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_xxtestfuzz.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/_zoneinfo.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/array.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/audioop.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/binascii.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/cmath.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/grp.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/math.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/mmap.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/nis.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/ossaudiodev.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/readline.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/resource.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/select.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/spwd.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/syslog.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/termios.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/xxlimited.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/xxlimited_35.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/xxsubtype.cpython-312d-powerpc64le-linux-gnu.so
/usr/lib64/python3.12/lib-dynload/zlib.cpython-312d-powerpc64le-linux-gnu.so


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 3 05:56:57 2026