Package python3-debug-3.12.9-1.el10.x86_64
Name | python3-debug |
---|---|
Epoch | 0 |
Version | 3.12.9 |
Release | 1.el10 |
Architecture | x86_64 |
Website/URL | https://www.python.org/ |
License | Python-2.0.1 |
Build Time | 2025-04-03 08:42:19 |
Build Host | builder-x86-03.inferitos.ru |
Summary | Debug version of the Python runtime |
Repositories | CRB |
Description | 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. |
Errata | — |
Size | 3677 KiB |
Source Project | python3.12-3.12.9-1.el10 |
SHA-256 checksum | 5bd47d8ff45fee0c2c20f9b3da6308cfeb25c1f2bf6f960f1ac7096b36eace05 |
×
* Tue Feb 04 2025 Charalampos Stratakis <cstratak@redhat.com> - 3.12.9-1 - Update to 3.12.9 - Security fix for CVE-2025-0938 Resolves: RHEL-77264 * Tue Dec 03 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.12.8-1 - Update to 3.12.8 - Security fix for CVE-2024-9287 and CVE-2024-12254 Resolves: RHEL-64877, RHEL-70450 * Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.12.6-2 - Rebuilt for MSVSphere 10 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.12.6-2 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 * Mon Sep 09 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.6-1 - Update to 3.12.6 Resolves: RHEL-57397 * Fri Aug 23 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.12.5-2 - Security fix for CVE-2024-8088 Resolves: RHEL-55923 * Wed Aug 07 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.5-1 - Update to 3.12.5 - Security fix for CVE-2024-6923 Resolves: RHEL-53036 * Wed Jul 17 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.12.4-4 - Build Python with -O3 - https://fedoraproject.org/wiki/Changes/Python_built_with_gcc_O3 * Thu Jul 11 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.12.4-3 - Fix issues uncovered by static analysis Resolves: RHEL-45021 * Thu Jul 04 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.4-2 - Require expat >= 2.6 to prevent errors when creating venvs with older expat