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:03 2024 |
Group: Unspecified | Build host: buildhw-x86-05.iad2.fedoraproject.org |
Size: 16653923 | 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-x86_64-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/01 /usr/lib/.build-id/01/2a7dbff16db9cb97e656901f799d385e92d9b5 /usr/lib/.build-id/09 /usr/lib/.build-id/09/01e5d9e4eb1dba2dc7f7f6637c3bab8a1c084d /usr/lib/.build-id/09/cf794914ad760ae276e49cae3d031bb444378f /usr/lib/.build-id/0e /usr/lib/.build-id/0e/e864a21423a86f6099b9de0743300e4e86722a /usr/lib/.build-id/12/6b3f012a1572d61702f29aee47862ab4e07a6b /usr/lib/.build-id/15/01ae086c6e150bb66b42ba05ac94b10df0bdba /usr/lib/.build-id/1e /usr/lib/.build-id/1e/28b09aa8bd9f1ab40963730f261bf540df68af /usr/lib/.build-id/21 /usr/lib/.build-id/21/ef5218aa14d396df7eb1e6426ae24603b017ed /usr/lib/.build-id/24 /usr/lib/.build-id/24/85c71b91690cce9511e2026c7d6427c6a3b21a /usr/lib/.build-id/29 /usr/lib/.build-id/29/83fed3f031753cb47a11c634103a2db40d242d /usr/lib/.build-id/2a /usr/lib/.build-id/2a/91e784ed110b30ee7e4c6db8ef22202dfe1087 /usr/lib/.build-id/35 /usr/lib/.build-id/35/f573b82257d3b87070e4ac0814fa907f24ca9d /usr/lib/.build-id/36/7d064fb399b137da5c10ce16d9418413c15799 /usr/lib/.build-id/37 /usr/lib/.build-id/37/a41ea6c0a69f5e5bd6b23f71c92b91d7b07198 /usr/lib/.build-id/38 /usr/lib/.build-id/38/17e795501e4390cc4b1774776747e44e4101de /usr/lib/.build-id/39 /usr/lib/.build-id/39/9e449e1d82385443c91e0dccf480e25cc1ec8a /usr/lib/.build-id/39/ba7257b90d6b8da72b64778494434c229f0b78 /usr/lib/.build-id/3b/372ba93a5d9e6d0ea33174d093ff08023461dd /usr/lib/.build-id/3c/e5c69a905efb8211fc4ef434f67516cf965083 /usr/lib/.build-id/40/f98d025d40697cf8d00c299a1be7c2a800d98c /usr/lib/.build-id/42 /usr/lib/.build-id/42/775edea6dbaea8911f49358b1ce550fd7c9ccf /usr/lib/.build-id/43 /usr/lib/.build-id/43/6505204566c67f865a14bb4b60d880a8faa7ab /usr/lib/.build-id/43/c1078aa7db5254d8ed14639216dfdf2bb5ad52 /usr/lib/.build-id/44 /usr/lib/.build-id/44/a18420ad6b320e2f988d86e04e6ee7447dc1b4 /usr/lib/.build-id/46 /usr/lib/.build-id/46/2d136289190fa75bb8d41f0c3adb5ddb34f9e1 /usr/lib/.build-id/4a /usr/lib/.build-id/4a/f35a5cf5bd17f12714eac11f82edf694c4450c /usr/lib/.build-id/4d /usr/lib/.build-id/4d/a5ce575454ebcb3b320d141568035d08a5c00f /usr/lib/.build-id/4f /usr/lib/.build-id/4f/66eff000be638aa413e67f8bf8237ec9f7c3df /usr/lib/.build-id/4f/cd582ab5f27df443d3f6f2a18fd3812eb7928b /usr/lib/.build-id/50 /usr/lib/.build-id/50/8a1370b1acdbdcd2b504b82d261d8dc1483785 /usr/lib/.build-id/52 /usr/lib/.build-id/52/cde9a9bf27d3e62bb7fe57001cd68dfc4e0b2e /usr/lib/.build-id/54/1defa3bd4654e2c508994ae3b1e3f69bb5764d /usr/lib/.build-id/5d /usr/lib/.build-id/5d/2d5c213b0899e62acf0ff5f3e82d23bc99df84 /usr/lib/.build-id/5d/652cf8522aebfdb7a034d922e1caf2b6be8e47 /usr/lib/.build-id/62/515a458e4f41637ffbbde5054cecc08c368071 /usr/lib/.build-id/64/a26164d101f2c49c89932ae5c8e5cb1bc89ed2 /usr/lib/.build-id/6a /usr/lib/.build-id/6a/e43cd0bbc904c5d14bd7c405eb34d60ec520ae /usr/lib/.build-id/76 /usr/lib/.build-id/76/97f4f355e3b3f1867fab0565e6cacd48d66a5c /usr/lib/.build-id/77 /usr/lib/.build-id/77/5701e5b8a277861cfa30372e8143827b2313f6 /usr/lib/.build-id/7a /usr/lib/.build-id/7a/0fa4dcb442def05991354a96e7c75b7b58b957 /usr/lib/.build-id/7f/288e6aa13a65c07ec61f1334916d94472a743a /usr/lib/.build-id/81 /usr/lib/.build-id/81/2269bb7a06e18b473eb92e1f3ffbdfaaaa5153 /usr/lib/.build-id/82 /usr/lib/.build-id/82/dcfb1779aa1025416060b7ffc95703b84e095b /usr/lib/.build-id/86 /usr/lib/.build-id/86/0ef0f0fc0eb557c5a1754ecbdfae4f73d0e0ac /usr/lib/.build-id/90 /usr/lib/.build-id/90/9367f1e01bb380350a25b73995f275534c1352 /usr/lib/.build-id/93/61d57cd46a48eecf3fd6b5642508504f6d97d1 /usr/lib/.build-id/93/63117b65058d173c3cff746ff5aa9d9bc7d0e9 /usr/lib/.build-id/98 /usr/lib/.build-id/98/d7ed0b5dd41b5ff0c2c739474bdf8ea51ba060 /usr/lib/.build-id/9a /usr/lib/.build-id/9a/515bb4593d3f0bcfed7ba56a7fa1f775519906 /usr/lib/.build-id/9f /usr/lib/.build-id/9f/dd9449ee14f33da6907d94b0f0b855ea890d76 /usr/lib/.build-id/a2/0bccc3c1fe95fb4a0b00e06eca61adda049fc7 /usr/lib/.build-id/a2/66323b98944100408a6a2d61d198ae16031338 /usr/lib/.build-id/a3 /usr/lib/.build-id/a3/441aa96108be0ddd2439f4d11d2ab50e8be2d6 /usr/lib/.build-id/a3/5390dc6ebdc5d702a0bcd4956feb9bee7bbd1e /usr/lib/.build-id/af /usr/lib/.build-id/af/4fb48b1c13579571c6070b19ccb02a4d968c65 /usr/lib/.build-id/b3 /usr/lib/.build-id/b3/52943944b1e48a56b9fd709d4a2c26ba2dac31 /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/02eba7f3ab1d8d9806974edd064a4a454ea28d /usr/lib/.build-id/b6 /usr/lib/.build-id/b6/50ff04e790a49025bbd7fad202754ebdac858f /usr/lib/.build-id/ba /usr/lib/.build-id/ba/7d06e687651466739e488a27b92c67abcc85c7 /usr/lib/.build-id/bc /usr/lib/.build-id/bc/10a052ff62c5dbdc3c9408326b10a335d006e0 /usr/lib/.build-id/bd /usr/lib/.build-id/bd/3909893b15a27a952eda26928e0f1502954f57 /usr/lib/.build-id/bf /usr/lib/.build-id/bf/9497bafa5ed086692c08bc137d55240d366685 /usr/lib/.build-id/c0 /usr/lib/.build-id/c0/89fca2614b9ceb7cd563ff2f2cef3cb93f0494 /usr/lib/.build-id/c2 /usr/lib/.build-id/c2/4ac22d6362a00428e728414b3630490b5d4edf /usr/lib/.build-id/c2/735fe9ebc0230ddf7acfd2327b2f9da5bfec57 /usr/lib/.build-id/c7 /usr/lib/.build-id/c7/44e5add2fd17de09ad09df7493af5e9a83dfc2 /usr/lib/.build-id/ca /usr/lib/.build-id/ca/04d3d28119351a0cf61ec6a140342cbcbe3f12 /usr/lib/.build-id/cd /usr/lib/.build-id/cd/1f6f0027a1d418e9dae4008c75febfd619cac3 /usr/lib/.build-id/d5 /usr/lib/.build-id/d5/8454082bd1f23954db77ac432d8a0d75e5d2f4 /usr/lib/.build-id/de/c8cf2f04b03bf4fd81c1b2d2546b8ee85dccf0 /usr/lib/.build-id/df/5bfb415d4b4783a00b26341c9a2058e266a5b6 /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/69bcfd6ea8e8a73960e41d81576a638cefa985 /usr/lib/.build-id/e5/3ed6693982dac65d2da8153afb5a05ba49ccba /usr/lib/.build-id/ef /usr/lib/.build-id/ef/3b5a82a91fcfb09594bfb47c8f1ee526672a95 /usr/lib/.build-id/f4 /usr/lib/.build-id/f4/b7d70c4ceca5a5242d997ceec6571d2d55059e /usr/lib/.build-id/f4/ff96e668ff028c4b0deb261b62982ea326b880 /usr/lib/.build-id/f5 /usr/lib/.build-id/f5/40e56ed3981b83dfabe724d21f65aa123c9ed1 /usr/lib/.build-id/f8/05f3c571dac51b5e7866cfb39f1f08ffd3aaf9 /usr/lib/.build-id/f9/fba0095f18e1ec021dd8aebf8027b9be3a9f84 /usr/lib/.build-id/fa /usr/lib/.build-id/fa/6f0f6a6fa8691743083bba0fd0b5320521eaaa /usr/lib/.build-id/fb /usr/lib/.build-id/fb/fc8c4e1e25c1b89d5d0c9165e699a875de35a3 /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_x86_64-linux-gnu.cpython-312.opt-1.pyc /usr/lib64/python3.12/__pycache__/_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-312.opt-2.pyc /usr/lib64/python3.12/__pycache__/_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-312.pyc /usr/lib64/python3.12/_sysconfigdata_d_linux_x86_64-linux-gnu.py /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/Makefile /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/Setup /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/Setup.bootstrap /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/Setup.local /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/Setup.stdlib /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/__pycache__ /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/__pycache__/python-config.cpython-312.opt-1.pyc /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/__pycache__/python-config.cpython-312.opt-2.pyc /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/__pycache__/python-config.cpython-312.pyc /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/config.c /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/config.c.in /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/install-sh /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/makesetup /usr/lib64/python3.12/config-3.12d-x86_64-linux-gnu/python-config.py /usr/lib64/python3.12/lib-dynload/_asyncio.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_bisect.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_blake2.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_bz2.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_codecs_cn.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_codecs_hk.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_codecs_iso2022.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_codecs_jp.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_codecs_kr.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_codecs_tw.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_contextvars.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_crypt.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_csv.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_ctypes_test.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_curses.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_curses_panel.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_datetime.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_dbm.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_decimal.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_gdbm.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_heapq.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_json.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_lsprof.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_lzma.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_md5.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_opcode.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_pickle.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_posixshmem.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_queue.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_random.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_sha1.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_sha2.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_sha3.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_socket.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_ssl.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_statistics.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_struct.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_testbuffer.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_testcapi.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_testclinic.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_testimportmultiple.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_testinternalcapi.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_testmultiphase.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_testsinglephase.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_tkinter.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_uuid.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_xxinterpchannels.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_xxsubinterpreters.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_xxtestfuzz.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/_zoneinfo.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/array.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/audioop.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/binascii.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/cmath.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/fcntl.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/grp.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/math.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/mmap.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/nis.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/ossaudiodev.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/readline.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/resource.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/select.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/spwd.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/syslog.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/termios.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/xxlimited.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/xxlimited_35.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/xxsubtype.cpython-312d-x86_64-linux-gnu.so /usr/lib64/python3.12/lib-dynload/zlib.cpython-312d-x86_64-linux-gnu.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Apr 9 19:19:16 2025