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.fc43 | Build date: Thu Jun 5 08:32:03 2025 |
Group: Unspecified | Build host: buildvm-ppc64le-08.iad2.fedoraproject.org |
Size: 18255987 | Source RPM: python3.11-3.11.13-1.fc43.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/04/8d0675cd547e9a0866d1306aa597760013e149 /usr/lib/.build-id/0d /usr/lib/.build-id/0d/28d74e630ffc940ad52dcb3b23bed178137e76 /usr/lib/.build-id/12 /usr/lib/.build-id/12/426e230c2e78f45b9eeb5e4be838302f47d16a /usr/lib/.build-id/14 /usr/lib/.build-id/14/8a90ef08c58f972717d9a34837baac5aa1699c /usr/lib/.build-id/16 /usr/lib/.build-id/16/424b1f2c8137e35effff7572cae7e05027faf5 /usr/lib/.build-id/16/ac1bdb2e6a6d491cb76cc85cda4e617ca98569 /usr/lib/.build-id/1a /usr/lib/.build-id/1a/5473ff805573563b28e6f6e40a576c354e067b /usr/lib/.build-id/1c /usr/lib/.build-id/1c/0ea4e185e68c5b48c058bde2b1312deb5d61dc /usr/lib/.build-id/1d /usr/lib/.build-id/1d/94572108b2cacb51bc1445dfb71eef9d964dca /usr/lib/.build-id/26 /usr/lib/.build-id/26/35f35d44c40d0c877a968ffd5eed5594ff0901 /usr/lib/.build-id/27 /usr/lib/.build-id/27/73727af433de7a28fc2f3acdbd888a9af6ba8c /usr/lib/.build-id/30 /usr/lib/.build-id/30/11783c66f68b705be63984de5244c853a2a0be /usr/lib/.build-id/31 /usr/lib/.build-id/31/cd48706d1b12883934c62240528ab568188f97 /usr/lib/.build-id/31/d63ab922ac3e8029a330540eba7b3ccefc4659 /usr/lib/.build-id/34/a8beba3158d4e1042af5d2ede9552c24db3d77 /usr/lib/.build-id/35 /usr/lib/.build-id/35/3e2c442b00586ead5c33050b98d02f98d7286a /usr/lib/.build-id/36/2a3f7bae1111e73db50fbfa50b12eb00d37528 /usr/lib/.build-id/39/f2936d0f3a67263b1b2c6039ffc01cc97641b8 /usr/lib/.build-id/3a /usr/lib/.build-id/3a/f64263747203f08e494d6728854fd58ddb586a /usr/lib/.build-id/44 /usr/lib/.build-id/44/9e247996602f9ceb5eb0771ee1b0e019e7cf64 /usr/lib/.build-id/47 /usr/lib/.build-id/47/2a0bca7c8a7c1ffa10d2ecaffeaa6b7fd9d04f /usr/lib/.build-id/52 /usr/lib/.build-id/52/c21c4bb19c347fc8c0cb6781c6ebdb82b29566 /usr/lib/.build-id/53 /usr/lib/.build-id/53/ad1c41f635b54ad936bc3a890a4db9a1cd1ec2 /usr/lib/.build-id/5d /usr/lib/.build-id/5d/269f6fb7e54b7126a6c12bf21996078b4f774f /usr/lib/.build-id/63 /usr/lib/.build-id/63/032a7007e412fa692db29d30d01345ceff03f4 /usr/lib/.build-id/64 /usr/lib/.build-id/64/5154419c070e81bb90dd2752de95e7ac2ca662 /usr/lib/.build-id/65 /usr/lib/.build-id/65/a3e2e7b601fb3dddfe5ab0033905cfd7c274df /usr/lib/.build-id/66 /usr/lib/.build-id/66/3940752e7ebd5eba6ab1b69b40265557658651 /usr/lib/.build-id/66/c4600c7d1cbbb0a31897d3f098d04595c2ab97 /usr/lib/.build-id/69 /usr/lib/.build-id/69/47e6e7af26342b1ccb1c54c72c34df9f78e264 /usr/lib/.build-id/69/e810f44e2e1fd651f0d5a841da6479d7839c75 /usr/lib/.build-id/72 /usr/lib/.build-id/72/b4c5f1a6058a481d3a8b3c8382038a0e3b2f92 /usr/lib/.build-id/76/1bee82ac2d6aff957f6f89be40d50091e00575 /usr/lib/.build-id/79 /usr/lib/.build-id/79/29992b732b57481842d810ffc9ba8a8001641e /usr/lib/.build-id/79/539e619841df54b92d13de0c948b870878aa79 /usr/lib/.build-id/7b /usr/lib/.build-id/7b/f794e1d678da5a1a5ff0371d0fb9a7fa2bbba4 /usr/lib/.build-id/7d/e12a5fb181c7682f44a6bceeddbcd14fbc0cc3 /usr/lib/.build-id/86/b129f38f02e9eafef9a206f672d03a92323f8e /usr/lib/.build-id/94 /usr/lib/.build-id/94/aac85d72e9bfe516e8839be0a1c1ecf9468708 /usr/lib/.build-id/99 /usr/lib/.build-id/99/48c2519d22881c599d9c5e30eee21fe0c243ea /usr/lib/.build-id/99/919e48c6404f3921bc759ad603e3289c1b1a5b /usr/lib/.build-id/9f/270cc20ac5a0b37ec7772f13c4e2fdbb8623a0 /usr/lib/.build-id/a0 /usr/lib/.build-id/a0/1831e9b936d16414bce9b2a76d12584de50cbb /usr/lib/.build-id/a8 /usr/lib/.build-id/a8/20ca7fbfbffc778b2781ac168fb0decd6e4f75 /usr/lib/.build-id/ac/41df3e2d38614da29db860ea916b60a9140c31 /usr/lib/.build-id/ac/5db1cdee267c28c479465b004340daa049181f /usr/lib/.build-id/ac/d478e40ba1bcf53ee4e310cfb1dd28a5331ce6 /usr/lib/.build-id/af /usr/lib/.build-id/af/d5a66672a815c9588db7e8c62b6dd82d11d403 /usr/lib/.build-id/b2 /usr/lib/.build-id/b2/bc4caba6268ba917d1091cbf7d61d2f3e12e01 /usr/lib/.build-id/b4 /usr/lib/.build-id/b4/5cc38ae5ff13bbee4cc92d89421ea93aa9600f /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/558f89c947602977979419c35e26f8a37e988d /usr/lib/.build-id/b5/6a59ab4abd21dd47f5e956b1d7d2610bba9465 /usr/lib/.build-id/b7/467c8dcd0b8550dbce465ae91bf22372d1e2b8 /usr/lib/.build-id/bb /usr/lib/.build-id/bb/9e5b1a18f410b460f86cdc8d2b51e19271b2b2 /usr/lib/.build-id/bc /usr/lib/.build-id/bc/ce39b9cb9fe2c8d0ff517524c515e11b6a2894 /usr/lib/.build-id/bd /usr/lib/.build-id/bd/71b3479c3073a4fbe523641c79f21890311b9b /usr/lib/.build-id/bf /usr/lib/.build-id/bf/e2e7a5dba50513cd47585fb9e8d5eac077190e /usr/lib/.build-id/c1/75df20e66a4366fc68c139c895a785e7b17355 /usr/lib/.build-id/c6 /usr/lib/.build-id/c6/66ebb71ce12a2ca40edf305375c28e53dd8651 /usr/lib/.build-id/cc /usr/lib/.build-id/cc/3deda0ab982b7909e32be80fe7aea9ec893597 /usr/lib/.build-id/d0 /usr/lib/.build-id/d0/1d0fc5d0984af363e1b83ea1b09b275ec3582a /usr/lib/.build-id/d1 /usr/lib/.build-id/d1/a792bc98e8128ecc58ec9bee0259a021d80765 /usr/lib/.build-id/d4 /usr/lib/.build-id/d4/a3cf66e734ad57dadaaead9a3b0d9389151e1d /usr/lib/.build-id/d9 /usr/lib/.build-id/d9/3d68f25efbd5324c15db0093afded97dc377ed /usr/lib/.build-id/dc/6c86d29cad570e5f686d94cfead25e2cfefd40 /usr/lib/.build-id/dc/b818723426f6c7b727211c0013c9755f82ab21 /usr/lib/.build-id/df /usr/lib/.build-id/df/00a37ced7004cf9396bb9023c1b93c40e488d4 /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/738eec2a8a146d54383c483f1e4965002f05b1 /usr/lib/.build-id/e4 /usr/lib/.build-id/e4/b8380c7f60c32a64fd0d9bd93dcef428cb5dc0 /usr/lib/.build-id/e5/0e49ce57c04a6db0e135490e47c379282fdfc9 /usr/lib/.build-id/e9 /usr/lib/.build-id/e9/943833ae02900233c93a8965a4c82b6932079e /usr/lib/.build-id/ea /usr/lib/.build-id/ea/183c956744f88b254ebeec64dd7071ab55df7d /usr/lib/.build-id/ee/ae6a5715bb2af7577dfc1d7d6496a179d09a0f /usr/lib/.build-id/f0/2ed9b5eb5b19a1567138f86d576e523530d17a /usr/lib/.build-id/f0/adc5465299dab5411a9b0140fe0651db3ab2aa /usr/lib/.build-id/f0/bb2bad3ebba56c20a39498d5a3a5007ad8c886 /usr/lib/.build-id/f2/a70ce3aa5fcf6f48fa933d8e7ebc0e66d5d7c9 /usr/lib/.build-id/f3 /usr/lib/.build-id/f3/bc5838d98d84414907f6b4a94619b89cd657af /usr/lib/.build-id/f3/f455258fa545072a7ebab1d359b3c8a09dc629 /usr/lib/.build-id/ff /usr/lib/.build-id/ff/b1e8e921df44e0509d3e6bf92c289dabefa0e6 /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, Mon Jun 9 01:37:57 2025