RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2127923 - RFE: Add python3.11 and a suite of ecosystem packages into RHEL 9
Summary: RFE: Add python3.11 and a suite of ecosystem packages into RHEL 9
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: python3.11
Version: 9.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Charalampos Stratakis
QA Contact: Lukáš Zachar
Lenka Špačková
URL:
Whiteboard:
Depends On: 2164405 2157620 2157696 2157701 2157702 2157703 2157704 2157705 2157706 2157707 2157708 2157709 2157710 2157711 2157712 2157713 2157714 2157715 2157716 2157717 2157718 2157719 2157720 2157721 2157722 2157723 2157724 2157725 2157726 2157727 2157728 2157729 2164422 2178327
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-09-19 11:40 UTC by Tomas Orsava
Modified: 2023-05-14 13:25 UTC (History)
10 users (show)

Fixed In Version: python3.11-3.11.2-2.el9
Doc Type: Enhancement
Doc Text:
.Python 3.11 available in RHEL 9 RHEL 9.2 introduces Python 3.11, provided by the new package `python3.11` and a suite of packages built for it, as well as the `ubi9/python-311` container image. Notable enhancements compared to the previously released Python 3.9 include: * Significantly improved performance. * Structural Pattern Matching using the new `match` keyword (similar to `switch` in other languages). * Improved error messages, for example, indicating unclosed parentheses or brackets. * Exact line numbers for debugging and other use cases. * Support for defining context managers across multiple lines by enclosing the definitions in parentheses. * Various new features related to type hints and the `typing` module, such as the new `X | Y` type union operator, variadic generics, and the new `Self` type. * Precise error locations in tracebacks pointing to the expression that caused the error. * A new `tomllib` standard library module which supports parsing TOML. * An ability to raise and handle multiple unrelated exceptions simultaneously using Exception Groups and the new `except*` syntax. Python 3.11 and packages built for it can be installed in parallel with Python 3.9 on the same system. To install packages from the `python3.11` stack, use, for example: [literal] ---- # dnf install python3.11 # dnf install python3.11-pip ---- To run the interpreter, use, for example: [literal] ---- $ python3.11 $ python3.11 -m pip --help ---- See link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/installing_and_using_dynamic_programming_languages/assembly_installing-and-using-python_installing-and-using-dynamic-programming-languages[Installing and using Python] for more information. Note that Python 3.11 will have a shorter life cycle than Python 3.9, which is the default Python implementation in RHEL 9; see link:https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle[Red Hat Enterprise Linux Application Streams Life Cycle].
Clone Of:
: 2137139 (view as bug list)
Environment:
Last Closed: 2023-05-09 07:52:22 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 2137139 0 unspecified CLOSED RFE: Add python3.11 and a suite of ecosystem packages into RHEL 8 2023-08-22 06:57:16 UTC
Red Hat Issue Tracker RHELPLAN-134309 0 None None None 2022-09-19 11:47:01 UTC
Red Hat Product Errata RHBA-2023:2380 0 None None None 2023-05-09 07:52:23 UTC

Internal Links: 2137139

Description Tomas Orsava 2022-09-19 11:40:44 UTC
Add the Python 3.11 stack into RHEL 9 with a suite of ecosystem packages.

Comment 7 Chris Adams 2022-12-18 02:11:38 UTC
As a customer, what's the best way to advocate for this? The recent performance benchmarks have our developers keen on trying Python 3.11 and it would be nice to have a stable package repository available by then.

Comment 23 errata-xmlrpc 2023-05-09 07:52:22 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (python3.11 bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2023:2380


Note You need to log in before you can comment on or make changes to this bug.