Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-debug | Distribution: Fedora Project |
Version: 3.12.2 | Vendor: Fedora Project |
Release: 2.fc40 | Build date: Wed Feb 28 02:08:59 2024 |
Group: Unspecified | Build host: buildvm-ppc64le-08.iad2.fedoraproject.org |
Size: 30139329 | Source RPM: python3.12-3.12.2-2.fc40.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 Feb 21 2024 Miro Hrončok <mhroncok@redhat.com> - 3.12.2-2 - Fix tests for XMLPullParser with Expat 2.6.0 * Wed Feb 07 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.2-1 - Update to 3.12.2 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Lumír Balhar <lbalhar@redhat.com> - 3.12.1-2 - Security fix for CVE-2023-27043 (rhbz#2196190) * Fri Dec 08 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.1-1 - Update to 3.12.1 - Own stray directories in /usr/lib64/python3.12 - Fixes: rhbz#2252143 * Thu Oct 05 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 3.12.0-2 - Use bundled libb2 in RHEL builds * Mon Oct 02 2023 Miro Hrončok <mhroncok@redhat.com> - 3.12.0-1 - Update to 3.12.0 final * Tue Sep 19 2023 Miro Hrončok <mhroncok@redhat.com> - 3.12.0~rc3-1 - Update to 3.12.0rc3 * Wed Sep 06 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~rc2-1 - Update to 3.12.0rc2 * Mon Aug 07 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~rc1-1 - Update to 3.12.0rc1 * Wed Aug 02 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.12.0~b4-3 - 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.12.0~b4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jul 12 2023 Miro Hrončok <mhroncok@redhat.com> - 3.12.0~b4-1 - Update to 3.12.0b4 * Wed Jun 21 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~b3-2 - Backport upstream patch to add PyType_GetDict() function * Tue Jun 20 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~b3-1 - Update to 3.12.0b3 * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.12.0~b2-3 - Rebuilt for Python 3.12 * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.12.0~b2-2 - Bootstrap for Python 3.12 * Wed Jun 07 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~b2-1 - Update to 3.12.0b2 * Mon May 29 2023 Miro Hrončok <mhroncok@redhat.com> - 3.12.0~b1-2 - Use wheels from RPMs, at least on Fedora 39+ - On older Fedora releases, declare bundled() provides and a complex License tag * Tue May 23 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~b1-1 - Update to 3.12.0b1 * Wed Apr 05 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~a7-1 - Update to 3.12.0a7 * Thu Mar 23 2023 Miro Hrončok <mhroncok@redhat.com> - 3.12.0~a6-2 - Increase the test timeout during package build * Wed Mar 08 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~a6-1 - Update to 3.12.0a6 * Wed Feb 08 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~a5-1 - Update to 3.12.0a5 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0~a4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jan 11 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~a4-1 - Update to 3.12.0a4 * Mon Dec 19 2022 Miro Hrončok <mhroncok@redhat.com> - 3.12.0~a3-2 - No longer patch the default bytecode cache invalidation policy * Wed Dec 07 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~a3-1 - Update to 3.12.0a3 * Tue Nov 15 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~a2-1 - Update to 3.12.0a2 - Fixes: rhbz#2133847 * Thu Oct 27 2022 Miro Hrončok <mhroncok@redhat.com> - 3.12.0~a1-2 - Finish initial bootstrap of Python 3.12.0a1 * Wed Oct 26 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~a1-1 - Initial Python 3.12 package forked from Python 3.11
/usr/bin/python-debug /usr/bin/python3-debug /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/bb3a855894cc697410e1b8d719eb49672ca23f /usr/lib/.build-id/02 /usr/lib/.build-id/02/3382d60390200a2915784920c5cc60c774a9af /usr/lib/.build-id/02/b7b20fe7faa97452e5f4edba97f0a887440d33 /usr/lib/.build-id/06 /usr/lib/.build-id/06/4397307b130d594925525fa0d05c5b9603d2f7 /usr/lib/.build-id/08 /usr/lib/.build-id/08/177ee6829bc4474a4b721613e9be28e563ea59 /usr/lib/.build-id/0c/28fff01828fb68830fb715d9a2000625bb0c78 /usr/lib/.build-id/0e /usr/lib/.build-id/0e/8f447a57439fd2f3b68056bdede124a21b1289 /usr/lib/.build-id/0f /usr/lib/.build-id/0f/9d8ee50cf535d64a3b877b863b003937e11b95 /usr/lib/.build-id/11/e916ed7c9603551b4728e467679b77dd179734 /usr/lib/.build-id/16 /usr/lib/.build-id/16/4a0485e9a9533025d0fc56f8c3cd4f1ceb2a97 /usr/lib/.build-id/16/fb7eebad3f95c8f1d458b61154354b7385fc01 /usr/lib/.build-id/18/634c8ca1568646d574191fad576078dcc62d7d /usr/lib/.build-id/1a /usr/lib/.build-id/1a/7124d1809e537cf31b8b8c55a68393a9955c7e /usr/lib/.build-id/1e/355be82a1d1a06b9e2d98d7fac6afb17bb1aa5 /usr/lib/.build-id/21/540cf41ca9800e887196c8a5d6b8ccf90e2a09 /usr/lib/.build-id/22 /usr/lib/.build-id/22/7574d601dbacd726d3660862fd0b17e2193f76 /usr/lib/.build-id/23 /usr/lib/.build-id/23/ddbb13354de7414220104252c6b88c28971efd /usr/lib/.build-id/32 /usr/lib/.build-id/32/d344f8319d7fa497634ad7e54606f905ae656f /usr/lib/.build-id/33 /usr/lib/.build-id/33/5bf02334b6e572154c3aab359072f7867543fe /usr/lib/.build-id/35/f7cccc4efd0701009613ceeb11b239c80dbe89 /usr/lib/.build-id/37/be74478c6db10f2d82b0a03d1ef0befe196ac6 /usr/lib/.build-id/3a /usr/lib/.build-id/3a/49bb98ab49c3956262d8e1737f0543eeb7cbcd /usr/lib/.build-id/3b /usr/lib/.build-id/3b/87d8f7f6cef77483e274579a5c5d267fcae12b /usr/lib/.build-id/45 /usr/lib/.build-id/45/2a2ac50587d43e79a0792fc5997b246ae09f3a /usr/lib/.build-id/48 /usr/lib/.build-id/48/c9f873700beb46792671cd71a0912bfcbaa18c /usr/lib/.build-id/4e/6e9bc21e776dc57db7357474b6bc97667561be /usr/lib/.build-id/4f /usr/lib/.build-id/4f/0ea44d5fa11ba75621c278701efea298352725 /usr/lib/.build-id/50 /usr/lib/.build-id/50/ff4afe539d67ce4684e98c968b5749c52fbdf8 /usr/lib/.build-id/52 /usr/lib/.build-id/52/bf6b0968429cac92bbeae82a87adf54bba73e7 /usr/lib/.build-id/55/6c7689ad4860fbc8f0bce7e0b0244ce7cac991 /usr/lib/.build-id/55/7d90d5936385cd7907f071f72ad1875c412429 /usr/lib/.build-id/56 /usr/lib/.build-id/56/875ee9483e0a8700f6a5568643e91020b893b8 /usr/lib/.build-id/58 /usr/lib/.build-id/58/a5a945789fdd59b71f65b73e7dccc10d2e827f /usr/lib/.build-id/59 /usr/lib/.build-id/59/bf33b5335140d645713f191d8e62942a1fc3ae /usr/lib/.build-id/5a/789b79a4c4d5a3f919ae10f05bb542f5cc2586 /usr/lib/.build-id/62 /usr/lib/.build-id/62/d9e8ee944fb37760121b5efe4e12c6f0bd0a57 /usr/lib/.build-id/6a /usr/lib/.build-id/6a/9834a7d555b55a75a512f2e08ee4cfe9bd1aca /usr/lib/.build-id/72 /usr/lib/.build-id/72/11fdc4c4b53ab62ba8d1d270b1270f4e7bfdb2 /usr/lib/.build-id/73/5c638b7c81a1c86498faf6543aa79f221f3de6 /usr/lib/.build-id/79 /usr/lib/.build-id/79/06204c57ee00d04eb8bacc874d820fa90b29ec /usr/lib/.build-id/79/8bdfe538bc98ceaaa5fa905ba628cf0768cb19 /usr/lib/.build-id/7a /usr/lib/.build-id/7a/a770cfe1c1bb808191e679874b86e712bb8646 /usr/lib/.build-id/81 /usr/lib/.build-id/81/4d7914615461018a0642b33d6c468735241f23 /usr/lib/.build-id/87 /usr/lib/.build-id/87/262625ec616caec7ffaf21072d9b58658e9c15 /usr/lib/.build-id/8b/3ef98a1d9e0fc802596eefba1db66afee43ece /usr/lib/.build-id/8b/9fd38f8bc436b2e1b33b023da5a45a9a3730e8 /usr/lib/.build-id/93/3c93183311fe09cfa23074e8097a1aebe9ef19 /usr/lib/.build-id/96 /usr/lib/.build-id/96/b7adf6ea5c38faa26aa360bb9b26b32cfdb8bb /usr/lib/.build-id/99 /usr/lib/.build-id/99/31b8358287c1012440cdf77c93e7328f10beaa /usr/lib/.build-id/99/6e7737322f86469b43b515237bfa5a628670cc /usr/lib/.build-id/a2 /usr/lib/.build-id/a2/edb96bb32459143c4089ec1879a1eba3553abc /usr/lib/.build-id/aa /usr/lib/.build-id/aa/a3f09b7d3d9c9b6a5045c6cd724b60d46668e9 /usr/lib/.build-id/ac /usr/lib/.build-id/ac/d611b7b217a23ac4899ea2490a5e1d24966230 /usr/lib/.build-id/af /usr/lib/.build-id/af/d8a0f2c58251ee5b54a01e0a2aafc6257635b4 /usr/lib/.build-id/b0 /usr/lib/.build-id/b0/f07059fe4d9ab28e1bd6c747927e83bb1804b5 /usr/lib/.build-id/b4 /usr/lib/.build-id/b4/016d0ff609b26a496e8f049956c25922330288 /usr/lib/.build-id/b4/dd5c1750f8709694db71a682aa2a05edbcdb0a /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/01ac67eb2309956ec6417597d1f379826d5720 /usr/lib/.build-id/b5/62a93ed766d6ac550ebf291692602af8d911fe /usr/lib/.build-id/b7/124e50df7b3c67054de83429930b6c8bfde580 /usr/lib/.build-id/ba /usr/lib/.build-id/ba/290ef9731ce38c3e1adab84a3b6a062af582d1 /usr/lib/.build-id/bb /usr/lib/.build-id/bb/5d0200d196e4f797cec6b18b23e57d437697d9 /usr/lib/.build-id/c0 /usr/lib/.build-id/c0/eedf8a15e0dc0a902600ae264ebb2178beac58 /usr/lib/.build-id/c2 /usr/lib/.build-id/c2/daf4b1fcf60f07195c97019ef64bf7e53c478e /usr/lib/.build-id/c7 /usr/lib/.build-id/c7/b2423e1e8da0e61f7792a16c0618f7739f10b2 /usr/lib/.build-id/c8 /usr/lib/.build-id/c8/3ca205ce32082967e9d60e404143928dee4b62 /usr/lib/.build-id/ce /usr/lib/.build-id/ce/3f739da6270b8f554fb83a10b319709e41d23c /usr/lib/.build-id/cf /usr/lib/.build-id/cf/2cb1c076b0e9c8e599ec2208fdf429eb06eff7 /usr/lib/.build-id/d1 /usr/lib/.build-id/d1/266e2dea0f7284722c6b628502e6e49122342b /usr/lib/.build-id/d4 /usr/lib/.build-id/d4/5dd4ce2045039e2b2403509cf6541d9b9beea7 /usr/lib/.build-id/d9 /usr/lib/.build-id/d9/5a64d66f2913c3cf03af80d29e8553c532f5ed /usr/lib/.build-id/da /usr/lib/.build-id/da/9293c1cf89e647856ba558b8b8834db94f1506 /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/246a48e4ea46546f7d157aed1f3959f3a9daae /usr/lib/.build-id/e4 /usr/lib/.build-id/e4/fc2d7130bf0539493be81b0a32a5e69d9d810d /usr/lib/.build-id/e8 /usr/lib/.build-id/e8/fad057b8c58a8ad73662b401c9a268ff27ec3e /usr/lib/.build-id/ed /usr/lib/.build-id/ed/3265e9047085e310b51c35c202d9994d1e1c6d /usr/lib/.build-id/f1/b985e4f32965fef93ca62cd3a3aafb896585ff /usr/lib/.build-id/f2 /usr/lib/.build-id/f2/00481319390a2c6a6f547ec4693a9b2bc585d6 /usr/lib/.build-id/f6/b7a3d2cf59b48270e1ea895ed113a243c53945 /usr/lib/.build-id/fa /usr/lib/.build-id/fa/bce466607fd2c55c4a8f709cd12534d5609ebe /usr/lib/.build-id/fd/2b6f885284f3205abc84182d8a7d5e1c4828e6 /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/_md5.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/_sha1.cpython-312d-powerpc64le-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_sha2.cpython-312d-powerpc64le-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_sha3.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 9 19:52:35 2025