Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3.11-debug | Distribution: Fedora Project |
Version: 3.11.13 | Vendor: Fedora Project |
Release: 1.fc41 | Build date: Thu Jun 5 08:29:11 2025 |
Group: Unspecified | Build host: buildvm-ppc64le-12.iad2.fedoraproject.org |
Size: 18197492 | Source RPM: python3.11-3.11.13-1.fc41.src.rpm |
Packager: Fedora Project | |
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.
Python-2.0.1
* Wed Jun 04 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11.13-1 - Update to 3.11.13 * Tue May 13 2025 Charalampos Stratakis <cstratak@redhat.com> - 3.11.12-3 - Fix PySSL_SetError handling SSL_ERROR_SYSCALL - This fixes random flakiness of test_ssl on stressed machines * Wed Apr 16 2025 Charalampos Stratakis <cstratak@redhat.com> - 3.11.12-2 - test_ssl: Don't stop ThreadedEchoServer on OSError in ConnectionHandler - Fixes: rhbz#2355052 * Wed Apr 09 2025 Miro Hrončok <mhroncok@redhat.com> - 3.11.12-1 - Update to 3.11.12 * Mon Mar 31 2025 Charalampos Stratakis <cstratak@redhat.com> - 3.11.11-6 - Properly apply exported CFLAGS for dtrace/systemtap builds - Fixes: rhbz#2356302 * Mon Feb 10 2025 Charalampos Stratakis <cstratak@redhat.com> - 3.11.11-5 - Security fix for CVE-2025-0938 - Fixes: rhbz#2343272 * Thu Feb 06 2025 Miro Hrončok <mhroncok@redhat.com> - 3.11.11-4 - Rebuilt with mpdecimal 4.0.0 * Sat Feb 01 2025 Björn Esser <besser82@fedoraproject.org> - 3.11.11-3 - Add explicit BR: libxcrypt-devel * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Dec 03 2024 Lumír Balhar <lbalhar@redhat.com> - 3.11.11-1 - Update to 3.11.11 - Fixes: rhbz#2321655 * Mon Sep 09 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11.10-1 - Update to 3.11.10 * Fri Aug 23 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.11.9-6 - Security fix for CVE-2024-8088 - Fixes: rhbz#2307460 * Thu Aug 15 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.11.9-5 - Security fix for CVE-2024-4032 (rhbz#2293391) - Security fix for CVE-2024-6923 (rhbz#2303158) * Tue Jul 23 2024 Lumír Balhar <lbalhar@redhat.com> - 3.11.9-4 - Require systemtap-sdt-devel for sys/sdt.h * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Apr 17 2024 Miro Hrončok <mhroncok@redhat.com> - 3.11.9-2 - Require expat >= 2.6 to prevent errors when creating venvs with older expat * Tue Apr 09 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11.9-1 - Update to 3.11.9 * Wed Feb 28 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.11.8-2 - Fix tests for XMLPullParser with Expat 2.6.0 * Wed Feb 07 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11.8-1 - Update to 3.11.8 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Lumír Balhar <lbalhar@redhat.com> - 3.11.7-2 - Security fix for CVE-2023-27043 (rhbz#2196188) * Wed Dec 06 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11.7-1 - Update to 3.11.7 - Own stray directories in /usr/lib64/python3.11 - Fixes: rhbz#2252144 * Tue Oct 03 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 3.11.6-2 - Use bundled libb2 in RHEL builds * Tue Oct 03 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11.6-1 - Update to 3.11.6 * Mon Aug 28 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11.5-1 - Update to 3.11.5 * Wed Aug 02 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.4-4 - Remove extra distro-applied CFLAGS passed to user built C extensions - https://fedoraproject.org/wiki/Changes/Python_Extension_Flags_Reduction * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.11.4-2 - Rebuilt for Python 3.12 * Wed Jun 07 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11.4-1 - Update to 3.11.4
/usr/bin/python3.11d /usr/bin/python3.11d-config /usr/bin/python3.11d-ppc64le-config /usr/include/python3.11d /usr/include/python3.11d/Python.h /usr/include/python3.11d/abstract.h /usr/include/python3.11d/bltinmodule.h /usr/include/python3.11d/boolobject.h /usr/include/python3.11d/bytearrayobject.h /usr/include/python3.11d/bytesobject.h /usr/include/python3.11d/ceval.h /usr/include/python3.11d/codecs.h /usr/include/python3.11d/compile.h /usr/include/python3.11d/complexobject.h /usr/include/python3.11d/cpython /usr/include/python3.11d/cpython/abstract.h /usr/include/python3.11d/cpython/bytearrayobject.h /usr/include/python3.11d/cpython/bytesobject.h /usr/include/python3.11d/cpython/cellobject.h /usr/include/python3.11d/cpython/ceval.h /usr/include/python3.11d/cpython/classobject.h /usr/include/python3.11d/cpython/code.h /usr/include/python3.11d/cpython/compile.h /usr/include/python3.11d/cpython/complexobject.h /usr/include/python3.11d/cpython/context.h /usr/include/python3.11d/cpython/descrobject.h /usr/include/python3.11d/cpython/dictobject.h /usr/include/python3.11d/cpython/fileobject.h /usr/include/python3.11d/cpython/fileutils.h /usr/include/python3.11d/cpython/floatobject.h /usr/include/python3.11d/cpython/frameobject.h /usr/include/python3.11d/cpython/funcobject.h /usr/include/python3.11d/cpython/genobject.h /usr/include/python3.11d/cpython/import.h /usr/include/python3.11d/cpython/initconfig.h /usr/include/python3.11d/cpython/listobject.h /usr/include/python3.11d/cpython/longintrepr.h /usr/include/python3.11d/cpython/longobject.h /usr/include/python3.11d/cpython/methodobject.h /usr/include/python3.11d/cpython/modsupport.h /usr/include/python3.11d/cpython/object.h /usr/include/python3.11d/cpython/objimpl.h /usr/include/python3.11d/cpython/odictobject.h /usr/include/python3.11d/cpython/picklebufobject.h /usr/include/python3.11d/cpython/pthread_stubs.h /usr/include/python3.11d/cpython/pyctype.h /usr/include/python3.11d/cpython/pydebug.h /usr/include/python3.11d/cpython/pyerrors.h /usr/include/python3.11d/cpython/pyfpe.h /usr/include/python3.11d/cpython/pyframe.h /usr/include/python3.11d/cpython/pylifecycle.h /usr/include/python3.11d/cpython/pymem.h /usr/include/python3.11d/cpython/pystate.h /usr/include/python3.11d/cpython/pythonrun.h /usr/include/python3.11d/cpython/pythread.h /usr/include/python3.11d/cpython/pytime.h /usr/include/python3.11d/cpython/setobject.h /usr/include/python3.11d/cpython/sysmodule.h /usr/include/python3.11d/cpython/traceback.h /usr/include/python3.11d/cpython/tupleobject.h /usr/include/python3.11d/cpython/unicodeobject.h /usr/include/python3.11d/cpython/warnings.h /usr/include/python3.11d/cpython/weakrefobject.h /usr/include/python3.11d/datetime.h /usr/include/python3.11d/descrobject.h /usr/include/python3.11d/dictobject.h /usr/include/python3.11d/dynamic_annotations.h /usr/include/python3.11d/enumobject.h /usr/include/python3.11d/errcode.h /usr/include/python3.11d/exports.h /usr/include/python3.11d/fileobject.h /usr/include/python3.11d/fileutils.h /usr/include/python3.11d/floatobject.h /usr/include/python3.11d/frameobject.h /usr/include/python3.11d/genericaliasobject.h /usr/include/python3.11d/import.h /usr/include/python3.11d/internal /usr/include/python3.11d/internal/pycore_abstract.h /usr/include/python3.11d/internal/pycore_accu.h /usr/include/python3.11d/internal/pycore_asdl.h /usr/include/python3.11d/internal/pycore_ast.h /usr/include/python3.11d/internal/pycore_ast_state.h /usr/include/python3.11d/internal/pycore_atomic.h /usr/include/python3.11d/internal/pycore_atomic_funcs.h /usr/include/python3.11d/internal/pycore_bitutils.h /usr/include/python3.11d/internal/pycore_blocks_output_buffer.h /usr/include/python3.11d/internal/pycore_bytes_methods.h /usr/include/python3.11d/internal/pycore_bytesobject.h /usr/include/python3.11d/internal/pycore_call.h /usr/include/python3.11d/internal/pycore_ceval.h /usr/include/python3.11d/internal/pycore_code.h /usr/include/python3.11d/internal/pycore_compile.h /usr/include/python3.11d/internal/pycore_condvar.h /usr/include/python3.11d/internal/pycore_context.h /usr/include/python3.11d/internal/pycore_dict.h /usr/include/python3.11d/internal/pycore_dtoa.h /usr/include/python3.11d/internal/pycore_emscripten_signal.h /usr/include/python3.11d/internal/pycore_exceptions.h /usr/include/python3.11d/internal/pycore_fileutils.h /usr/include/python3.11d/internal/pycore_floatobject.h /usr/include/python3.11d/internal/pycore_format.h /usr/include/python3.11d/internal/pycore_frame.h /usr/include/python3.11d/internal/pycore_function.h /usr/include/python3.11d/internal/pycore_gc.h /usr/include/python3.11d/internal/pycore_genobject.h /usr/include/python3.11d/internal/pycore_getopt.h /usr/include/python3.11d/internal/pycore_gil.h /usr/include/python3.11d/internal/pycore_global_objects.h /usr/include/python3.11d/internal/pycore_global_strings.h /usr/include/python3.11d/internal/pycore_hamt.h /usr/include/python3.11d/internal/pycore_hashtable.h /usr/include/python3.11d/internal/pycore_import.h /usr/include/python3.11d/internal/pycore_initconfig.h /usr/include/python3.11d/internal/pycore_interp.h /usr/include/python3.11d/internal/pycore_interpreteridobject.h /usr/include/python3.11d/internal/pycore_list.h /usr/include/python3.11d/internal/pycore_long.h /usr/include/python3.11d/internal/pycore_moduleobject.h /usr/include/python3.11d/internal/pycore_namespace.h /usr/include/python3.11d/internal/pycore_object.h /usr/include/python3.11d/internal/pycore_opcode.h /usr/include/python3.11d/internal/pycore_parser.h /usr/include/python3.11d/internal/pycore_pathconfig.h /usr/include/python3.11d/internal/pycore_pyarena.h /usr/include/python3.11d/internal/pycore_pyerrors.h /usr/include/python3.11d/internal/pycore_pyhash.h /usr/include/python3.11d/internal/pycore_pylifecycle.h /usr/include/python3.11d/internal/pycore_pymath.h /usr/include/python3.11d/internal/pycore_pymem.h /usr/include/python3.11d/internal/pycore_pystate.h /usr/include/python3.11d/internal/pycore_runtime.h /usr/include/python3.11d/internal/pycore_runtime_init.h /usr/include/python3.11d/internal/pycore_signal.h /usr/include/python3.11d/internal/pycore_sliceobject.h /usr/include/python3.11d/internal/pycore_strhex.h /usr/include/python3.11d/internal/pycore_structseq.h /usr/include/python3.11d/internal/pycore_symtable.h /usr/include/python3.11d/internal/pycore_sysmodule.h /usr/include/python3.11d/internal/pycore_traceback.h /usr/include/python3.11d/internal/pycore_tuple.h /usr/include/python3.11d/internal/pycore_typeobject.h /usr/include/python3.11d/internal/pycore_ucnhash.h /usr/include/python3.11d/internal/pycore_unicodeobject.h /usr/include/python3.11d/internal/pycore_unionobject.h /usr/include/python3.11d/internal/pycore_warnings.h /usr/include/python3.11d/intrcheck.h /usr/include/python3.11d/iterobject.h /usr/include/python3.11d/listobject.h /usr/include/python3.11d/longobject.h /usr/include/python3.11d/marshal.h /usr/include/python3.11d/memoryobject.h /usr/include/python3.11d/methodobject.h /usr/include/python3.11d/modsupport.h /usr/include/python3.11d/moduleobject.h /usr/include/python3.11d/object.h /usr/include/python3.11d/objimpl.h /usr/include/python3.11d/opcode.h /usr/include/python3.11d/osdefs.h /usr/include/python3.11d/osmodule.h /usr/include/python3.11d/patchlevel.h /usr/include/python3.11d/py_curses.h /usr/include/python3.11d/pybuffer.h /usr/include/python3.11d/pycapsule.h /usr/include/python3.11d/pyconfig-64.h /usr/include/python3.11d/pyconfig.h /usr/include/python3.11d/pydtrace.h /usr/include/python3.11d/pyerrors.h /usr/include/python3.11d/pyexpat.h /usr/include/python3.11d/pyframe.h /usr/include/python3.11d/pyhash.h /usr/include/python3.11d/pylifecycle.h /usr/include/python3.11d/pymacconfig.h /usr/include/python3.11d/pymacro.h /usr/include/python3.11d/pymath.h /usr/include/python3.11d/pymem.h /usr/include/python3.11d/pyport.h /usr/include/python3.11d/pystate.h /usr/include/python3.11d/pystrcmp.h /usr/include/python3.11d/pystrtod.h /usr/include/python3.11d/pythonrun.h /usr/include/python3.11d/pythread.h /usr/include/python3.11d/pytypedefs.h /usr/include/python3.11d/rangeobject.h /usr/include/python3.11d/setobject.h /usr/include/python3.11d/sliceobject.h /usr/include/python3.11d/structmember.h /usr/include/python3.11d/structseq.h /usr/include/python3.11d/sysmodule.h /usr/include/python3.11d/token.h /usr/include/python3.11d/traceback.h /usr/include/python3.11d/tracemalloc.h /usr/include/python3.11d/tupleobject.h /usr/include/python3.11d/typeslots.h /usr/include/python3.11d/unicodeobject.h /usr/include/python3.11d/warnings.h /usr/include/python3.11d/weakrefobject.h /usr/lib/.build-id /usr/lib/.build-id/02 /usr/lib/.build-id/02/ea5e2c45ce9d17d0903d48bc3a66f348be46fc /usr/lib/.build-id/0a /usr/lib/.build-id/0a/94e492592178332104e98071577a90f9ab15ab /usr/lib/.build-id/0a/c7f9e26770b4f867b0beab88629b015b299d7d /usr/lib/.build-id/14/60ceb2398ea869af968c1bdaefb8dfa00ad816 /usr/lib/.build-id/15 /usr/lib/.build-id/15/3afe25c2f3eec7f3a1b736584482c0bbd8b52e /usr/lib/.build-id/1f/1cedb738325ec74651d9524bd4a5aa6c78f838 /usr/lib/.build-id/21 /usr/lib/.build-id/21/4e3e1f7634386650479e5c064298f9fcee8fa3 /usr/lib/.build-id/27 /usr/lib/.build-id/27/11c39352c2796a7dd2862fabba41403bd0a29a /usr/lib/.build-id/29 /usr/lib/.build-id/29/c1a54113f5814cb6e1478fc111fee6a700d224 /usr/lib/.build-id/2c/fdd8ca57c81108e568f8d8348447d7e2a899de /usr/lib/.build-id/30/c68d398c7c732a316a62f7b3de3a064fbbeb8d /usr/lib/.build-id/32 /usr/lib/.build-id/32/bb10aed3ecb821043356b949b699d3aaadbefe /usr/lib/.build-id/33 /usr/lib/.build-id/33/9ac1b6fb579c274ebf91461fd3aa21b4866071 /usr/lib/.build-id/3a /usr/lib/.build-id/3a/e133c45174dc5ca155c33a689692403c9daa5f /usr/lib/.build-id/41 /usr/lib/.build-id/41/d3576b889355c004c9a8ab661c9fe1b27dcd70 /usr/lib/.build-id/46 /usr/lib/.build-id/46/a71f1685a3066f5aad5c8fd504fa17e5869b2d /usr/lib/.build-id/47 /usr/lib/.build-id/47/12b98597d7b8aba4d43894172b92a82b542fc8 /usr/lib/.build-id/52 /usr/lib/.build-id/52/0315ba3ae331b97a78f6ff47a8df5d198dddf5 /usr/lib/.build-id/53/4c2d9d0473873a64fcc40783c1f10a0a9964a5 /usr/lib/.build-id/53/cc5f1fbd6f2a295b9c9124c6ea5ffb676eadf0 /usr/lib/.build-id/57/85ab9a7dd72ecb04c959bcfda0f31d6275785e /usr/lib/.build-id/59 /usr/lib/.build-id/59/f419affbf3b97662ab60907c7fd9f791a4ca40 /usr/lib/.build-id/5a/77dfb81c330852a80eca83a960f340d99a7ddf /usr/lib/.build-id/5b/0c15057f10e91bb525d3e3f91a93abe35b913d /usr/lib/.build-id/6b/34bc2123a115bf89af2d5831adb8030246e18f /usr/lib/.build-id/6b/65fc779a13730b2b65b8d7318d4b309f0efee7 /usr/lib/.build-id/6c /usr/lib/.build-id/6c/6238ba379709bb3217c93e6cbab9020bbcedb1 /usr/lib/.build-id/6c/ca5fc4afc9e05e9d735f7262b53cfc3bf5a8f4 /usr/lib/.build-id/75 /usr/lib/.build-id/75/6f2d055933248f859c3d6e2ce6b87cf59ccd7f /usr/lib/.build-id/75/cf92a3c67cbd9cb0ed6fc503f30757771dd242 /usr/lib/.build-id/77 /usr/lib/.build-id/77/6d82bac6736b51e9eee7f8ebea06091a3fd7d8 /usr/lib/.build-id/80 /usr/lib/.build-id/80/edc1a8bfa8cf72bf42143d88ca701ca7e15bdb /usr/lib/.build-id/80/fdc84aa1ffd60b19bd9464eeb98190798704fc /usr/lib/.build-id/84/0fa4532ace1e15128d43a5e40bcf4ad261bc94 /usr/lib/.build-id/84/8f998d22aa3867a5cc36249ec92289d4dff45f /usr/lib/.build-id/84/93689e5d1e69f8a0ce7be4c64ae9b4247233c7 /usr/lib/.build-id/87 /usr/lib/.build-id/87/fe8957210178803139ac521ab8508712ba20d0 /usr/lib/.build-id/8b /usr/lib/.build-id/8b/d38d60a9dd36c9810d6c6c50b45adf9f1c0863 /usr/lib/.build-id/8e/3608666413e83b09eeb4d60c4a81f51f8f2b60 /usr/lib/.build-id/8e/5e176d3df58af4785f3ce0606c05f07ef1dde7 /usr/lib/.build-id/99 /usr/lib/.build-id/99/bb52030ac19da9beaabd10e81a84194b8fb318 /usr/lib/.build-id/a3 /usr/lib/.build-id/a3/7845a2cf40843b2e843f89ffaa6da95a378f71 /usr/lib/.build-id/a5 /usr/lib/.build-id/a5/d08bca2a775280ede8094da77d00409f90c36a /usr/lib/.build-id/a6/a0553924f82eb1ec507064443b0d46fcebdfaa /usr/lib/.build-id/ad/ae20e963a424bb34cd818ebe30609c2df2128a /usr/lib/.build-id/b0 /usr/lib/.build-id/b0/cb386c0b75794275d3f9e1af8b3ac05f598cb2 /usr/lib/.build-id/b2 /usr/lib/.build-id/b2/ebff662cf114546cea217959ca111230924d60 /usr/lib/.build-id/b2/ed8c9ca9e6d18ad25ebbfb3f892a42141d659e /usr/lib/.build-id/b3 /usr/lib/.build-id/b3/1ca4a37392859cb51cfc052cc5bb23f20ebe6a /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/118fb5baeaca29ce7c35674cd94c81eace50b2 /usr/lib/.build-id/b9 /usr/lib/.build-id/b9/687bbb9604f6f346c7adba9a4ca7955eb9b1db /usr/lib/.build-id/bb/c7621dde408bb38f522bb261f4747936de762e /usr/lib/.build-id/bd /usr/lib/.build-id/bd/6ddb65d8aac5fb3358107a50b52ca8791d7b2f /usr/lib/.build-id/c6 /usr/lib/.build-id/c6/00f29c7215c341c619d9fc0971e717c8e4b534 /usr/lib/.build-id/c8 /usr/lib/.build-id/c8/3a252482fefb8f609d51802ddea0d39c6e94c8 /usr/lib/.build-id/cb/247d9c4811e751db55cba9e3f4c26aaf8e394f /usr/lib/.build-id/cd /usr/lib/.build-id/cd/6c98fa3199464aa1b04bcb4117f0bc2cc31ee0 /usr/lib/.build-id/cd/e2202810a449c5a7ab2e0f4c5e96bf11c44669 /usr/lib/.build-id/d2 /usr/lib/.build-id/d2/20b287f4d2e0296d693ff6560a233a12d7edda /usr/lib/.build-id/d2/2eee3c303c62c0efe7009f9a610808be5dcfde /usr/lib/.build-id/d4/ad58e91b24002f74d1fc4cf78a3c91ef2b2057 /usr/lib/.build-id/d5/697e4830f2b208603a249071a7646629b85ebc /usr/lib/.build-id/d8 /usr/lib/.build-id/d8/7c163ff497cba49c9cd364ea554831f4a2fa2d /usr/lib/.build-id/da/c2f162e8114a1fb479a610f00959e4625501a2 /usr/lib/.build-id/dd/9106f2393677f3bf7f79657e2e69f7e266acb7 /usr/lib/.build-id/e6 /usr/lib/.build-id/e6/5d19a1bb71269fd181885382cf237ab96ade90 /usr/lib/.build-id/e6/6330bc1faf9d6eea51c59d3b021908f9cc52a5 /usr/lib/.build-id/e7 /usr/lib/.build-id/e7/84fa13644b61a459382c019f5e3af7ff94922b /usr/lib/.build-id/ec/24bfa0e856ba1ff988cab8929e31afe0885d67 /usr/lib/.build-id/ed /usr/lib/.build-id/ed/1bda1ea2a0353ec343230488e2eec297e5db2c /usr/lib/.build-id/ed/aa53f8b2a7b8621c055cfb30345be01689865f /usr/lib/.build-id/ee/3fa627344acdc62faa1a23bbf9b7615c5fa242 /usr/lib/.build-id/ef /usr/lib/.build-id/ef/a04aa0f6147486c6ac0fc4ae2178cc4bd32cd9 /usr/lib/.build-id/f5 /usr/lib/.build-id/f5/df100feebece9193e06f97e069a37f1b0810d9 /usr/lib/.build-id/f5/f81d0f7ef0dc7dfac6c7f9a97c95bccdf2d440 /usr/lib/.build-id/f6 /usr/lib/.build-id/f6/182d8aad4404e65978dcffd1a7b8baf3678f99 /usr/lib/.build-id/f6/97353cdcd729106ace26f15196357fe96cd391 /usr/lib/.build-id/f8 /usr/lib/.build-id/f8/272c2532806a18a7df19d1fc338fde627b1c28 /usr/lib/.build-id/f9/56da709ed43ad8cb1c4f12a67dccfdfa5af3cb /usr/lib/.build-id/ff /usr/lib/.build-id/ff/939804a773229cc2435e5610d4646b5a906d28 /usr/lib64/libpython3.11d.so /usr/lib64/libpython3.11d.so.1.0 /usr/lib64/pkgconfig/python-3.11d-embed.pc /usr/lib64/pkgconfig/python-3.11d.pc /usr/lib64/python3.11/__pycache__/_sysconfigdata_d_linux_powerpc64le-linux-gnu.cpython-311.opt-1.pyc /usr/lib64/python3.11/__pycache__/_sysconfigdata_d_linux_powerpc64le-linux-gnu.cpython-311.opt-2.pyc /usr/lib64/python3.11/__pycache__/_sysconfigdata_d_linux_powerpc64le-linux-gnu.cpython-311.pyc /usr/lib64/python3.11/_sysconfigdata_d_linux_powerpc64le-linux-gnu.py /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/Makefile /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/Setup /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/Setup.bootstrap /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/Setup.local /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/Setup.stdlib /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/__pycache__ /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/__pycache__/python-config.cpython-311.opt-1.pyc /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/__pycache__/python-config.cpython-311.opt-2.pyc /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/__pycache__/python-config.cpython-311.pyc /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/config.c /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/config.c.in /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/install-sh /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/makesetup /usr/lib64/python3.11/config-3.11d-powerpc64le-linux-gnu/python-config.py /usr/lib64/python3.11/lib-dynload/_asyncio.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_bisect.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_blake2.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_bz2.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_codecs_cn.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_codecs_hk.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_codecs_iso2022.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_codecs_jp.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_codecs_kr.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_codecs_tw.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_contextvars.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_crypt.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_csv.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_ctypes.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_ctypes_test.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_curses.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_curses_panel.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_datetime.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_dbm.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_decimal.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_elementtree.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_gdbm.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_hashlib.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_heapq.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_json.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_lsprof.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_lzma.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_md5.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_multibytecodec.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_multiprocessing.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_opcode.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_pickle.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_posixshmem.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_posixsubprocess.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_queue.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_random.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_sha1.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_sha256.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_sha3.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_sha512.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_socket.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_sqlite3.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_ssl.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_statistics.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_struct.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_testbuffer.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_testcapi.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_testclinic.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_testimportmultiple.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_testinternalcapi.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_testmultiphase.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_tkinter.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_typing.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_uuid.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_xxsubinterpreters.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_xxtestfuzz.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/_zoneinfo.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/array.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/audioop.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/binascii.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/cmath.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/fcntl.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/grp.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/math.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/mmap.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/nis.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/ossaudiodev.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/pyexpat.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/readline.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/resource.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/select.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/spwd.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/syslog.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/termios.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/unicodedata.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/xxlimited.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/xxlimited_35.cpython-311d-powerpc64le-linux-gnu.so /usr/lib64/python3.11/lib-dynload/zlib.cpython-311d-powerpc64le-linux-gnu.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jun 12 01:32:08 2025