Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3.13-debug-3.13.8-1.el10_0 RPM for s390x

From EPEL 10.0 for s390x / Packages / p

Name: python3.13-debug Distribution: Fedora Project
Version: 3.13.8 Vendor: Fedora Project
Release: 1.el10_0 Build date: Wed Oct 8 19:06:47 2025
Group: Unspecified Build host: buildvm-s390x-03.s390.fedoraproject.org
Size: 18448973 Source RPM: python3.13-3.13.8-1.el10_0.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.

Provides

Requires

License

Python-2.0.1 AND CC0-1.0 AND MIT AND BSD-3-Clause AND MIT-CMU AND LicenseRef-Fedora-Temporary-Python-trace AND BSD-2-Clause AND dtoa

Changelog

* Tue Oct 07 2025 Karolina Surma <ksurma@redhat.com> - 3.13.8-1
  - Update to Python 3.13.8
* Thu Aug 14 2025 Miro Hrončok <mhroncok@redhat.com> - 3.13.7-1
  - Update to 3.13.7
* Thu Aug 07 2025 Tomáš Hrnčia