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-5.el9 RPM for ppc64le

From CentOS Stream 9 CRB for ppc64le

Name: python3.12-debug Distribution: CentOS
Version: 3.12.12 Vendor: CentOS
Release: 5.el9 Build date: Tue Mar 3 11:17:02 2026
Group: Unspecified Build host: ppc64le-04.stream.rdu2.redhat.com
Size: 21415336 Source RPM: python3.12-3.12.12-5.el9.src.rpm
Packager: builder@centos.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-5
  - Security fixes for CVE-2026-0865, CVE-2025-15366, CVE-2025-15367 and CVE-2026-1299
  Resolves: RHEL-143112
  Resolves: RHEL-143172
  Resolves: RHEL-144895
* 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/4a67985294f71770300bdd7d55e60d758f59de
/usr/lib/.build-id/01
/usr/lib/.build-id/01/0e78981638358985720a8f2f84e5e50f572d3b
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/f2d28e027f3f8f30cb60f4cc78d12bfbfe4f67
/usr/lib/.build-id/11
/usr/lib/.build-id/11/4ff961572edb6cec849f50038cd9b26d24bc98
/usr/lib/.build-id/18
/usr/lib/.build-id/18/3592c96442b0d3db14838126a76af3a4b67615
/usr/lib/.build-id/19/136b7a98e24e53164214646771bc46a01c557c
/usr/lib/.build-id/19/779cde52df17f7c73cc891d1307c548d8432e7
/usr/lib/.build-id/19/dae38149bd8a38ec4e3ba9ffb911de2f31b3ef
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/a1aec463fe963916696aa7a921de77809b17f8
/usr/lib/.build-id/1c/b6522b2660886a3f1ada93996e824382e96556
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/7a99022f6b78b550335a3c3397dc2efc098c9d
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/a024f49d125bc2aa325ca97fe62a554652d7db
/usr/lib/.build-id/31
/usr/lib/.build-id/31/5225e6944b5dc2148def3e7db7048d080bbb2e
/usr/lib/.build-id/33/da4873ccc4bed543554e3de16f18ed89031acd
/usr/lib/.build-id/34/0405f1b344454c4285d7cebe4907cd40266481
/usr/lib/.build-id/40
/usr/lib/.build-id/40/2489c0c0ca26019b50d70db68b7b143a2fc6a0
/usr/lib/.build-id/42/6b05d5a9491047e15560c1f00750c125d2fa5e
/usr/lib/.build-id/46
/usr/lib/.build-id/46/722e8731c90f9ee45142b0a089ad116edec371
/usr/lib/.build-id/49
/usr/lib/.build-id/49/98d1d5fd45cac6e347943a18f41df741c95fbd
/usr/lib/.build-id/4b/ca356065d09f60899e9dda75e191a669fa8e50
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/9fdbadd4780b5eaae89b63dd9a469309dbdc7e
/usr/lib/.build-id/4c/d2eaad3e0adbbfa73efeaf6487cba83a43ea57
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/5f0d5ada7635a6fdb71783a3f9bf739febeaa9
/usr/lib/.build-id/52
/usr/lib/.build-id/52/727a4a03fc7cf960f330663ea1d0bd19e84533
/usr/lib/.build-id/59
/usr/lib/.build-id/59/6c4545c70f792f547062d0dc4646e396069d5f
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/0ab575ec95d2c6f943cee8427a794f84fdb0cb
/usr/lib/.build-id/5e/f9052f721471183dd354eb486725a28da8082c
/usr/lib/.build-id/61
/usr/lib/.build-id/61/5ff26d71c548f240e06c0b3e287e4b7d13ba73
/usr/lib/.build-id/62
/usr/lib/.build-id/62/b19d2da6621c87a550c9bd9892c1f824f60bd7
/usr/lib/.build-id/63
/usr/lib/.build-id/63/edb40c9957de98c211cc502be1b6cd21fc6a41
/usr/lib/.build-id/66
/usr/lib/.build-id/66/ae907d027bf6a2a7a664a7c5c203efa8f753a3
/usr/lib/.build-id/69
/usr/lib/.build-id/69/0b09733f6e36c04cb621f4644e25e6c4470416
/usr/lib/.build-id/71
/usr/lib/.build-id/71/de212789ce84de439fded6cfee855ac8003cac
/usr/lib/.build-id/72
/usr/lib/.build-id/72/fcb83e07ef7856cf85f698882b909e29c77939
/usr/lib/.build-id/76
/usr/lib/.build-id/76/e98e34ddbbb771798e197763661dc0d8ff4274
/usr/lib/.build-id/79/dae77823cb8746987deb829d19f72d9f42d3e8
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/ca403b4af8b4943c4ceb15653d4dc058774c52
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/373b1e0f48398e71af4fb7839557d9aafdbba4
/usr/lib/.build-id/81/eccf0a0b52535c734f194bf6760cf9e2b13038
/usr/lib/.build-id/87
/usr/lib/.build-id/87/1df2e717fa1a2fd2ce95c88615ab2928de6535
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/13387dd0c2374de5701913f4c12a707ce6b999
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/35c1cc165203b9d49ea54374350d83e71ed378
/usr/lib/.build-id/8e/cdaab77f3af2325def8d19924172069698b824
/usr/lib/.build-id/94/0b4bf18779cf8acbacb65211c1af5fb967493c
/usr/lib/.build-id/99
/usr/lib/.build-id/99/d4a34f19c62ab65255082514571e0b80ee8091
/usr/lib/.build-id/9a/c8f0a0db14155dcf72d5fc49cca7d71b5273c0
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/34fd7242dc78409392375e2cba71868b7e795b
/usr/lib/.build-id/9c/ef740dafd3f3667b3fd5743b7909ccb188bdf4
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/a3e3c5844ed15270bcf10abe6caf388dc7c775
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/635c9e96271ca3f39a2f2e30bf0066c43ae3c5
/usr/lib/.build-id/a9/4aefa0a673830302699030946136d2129a65fd
/usr/lib/.build-id/a9/5cd4c06891feb9b61644da4a093e64152a1a4d
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/a65d620492a555f00303e0767696668a91212f
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/1d70eaa9007e98d4f5d079ba42280a2b785ce9
/usr/lib/.build-id/af
/usr/lib/.build-id/af/2ccca5b4347c7e64e3d38604540f8f67e4ec23
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/93530f1a8b75cf2c28b7a5c1e8175c8388b37d
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/4e7eea0e73b00ba91a81f9add6f9ffd56dc2b4
/usr/lib/.build-id/ba/e2071bf232506776addb53d046dabe019ec345
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/6fb7545ab5f192dc4f6bda00ab029d8bf9cf35
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/a1a036dc08b9426130afe7356e829afcc07da2
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/76027eb543ab502c2c60c66c206d4280094a02
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/d632baed2d1aefac1b26e3b345070a22fd3d31
/usr/lib/.build-id/d4/f42585e29606df18f11d47c3df9c13dae3a517
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/d94a814021a9bf361f9c1e1d70fbb1b6a24576
/usr/lib/.build-id/da
/usr/lib/.build-id/da/c295933f7d9594e5711a83f92803b25e750fdb
/usr/lib/.build-id/dc/086bab5cb08b37118a308d38081c90b06a4f65
/usr/lib/.build-id/dc/f6ff9acf32e686ae42a5701c6bf349891f1b0b
/usr/lib/.build-id/e0/9f0e565bb6bc3a4e2f0f8c933415d9acd4fcff
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/702e9f14e19a57d3eaf303063f25231e4c863f
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/8cc2dc8c8bbe8de57f8155d1232f9305c0f32d
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/3b096522d2f6ef2169dfdb6605885c07817c69
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/0ec8285a7026fc29a8b6c267d636b84131457b
/usr/lib/.build-id/f0/1b2da0f92fcb187f24cd0e0bc7086399b34f92
/usr/lib/.build-id/f0/c5b0f50764b297f1c12c1a2214cab10ebe9535
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/a7933143b440e48758be114d9502a91350c68f
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/15f101c1a13b962b7cfffea2c90583fae53d0c
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/9a1115c392e83e3a34d92df9fb5670b4349fdd
/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, Wed Apr 8 06:55:47 2026