Handle an empty AST body when reporting tracebacks
- Fixes: rhbz#2311907
This commit is contained in:
parent
3758838aa7
commit
9de4655645
2 changed files with 92 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ URL: https://www.python.org/
|
|||
%global prerel rc2
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: Python-2.0.1
|
||||
|
||||
|
||||
|
|
@ -390,6 +390,10 @@ Source11: idle3.appdata.xml
|
|||
# pypa/distutils integration: https://github.com/pypa/distutils/pull/70
|
||||
Patch251: 00251-change-user-install-location.patch
|
||||
|
||||
# 00439 # 5c3ace49fc6242246c8e54f2f904d483fb51aefa
|
||||
# gh-122145: Handle an empty AST body when reporting tracebacks
|
||||
Patch439: 00439-gh-122145-handle-an-empty-ast-body-when-reporting-tracebacks.patch
|
||||
|
||||
# (New patches go here ^^^)
|
||||
#
|
||||
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
|
||||
|
|
@ -1731,6 +1735,10 @@ CheckPython freethreading
|
|||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Wed Sep 18 2024 Miro Hrončok <mhroncok@redhat.com> - 3.13.0~rc2-2
|
||||
- Handle an empty AST body when reporting tracebacks
|
||||
- Fixes: rhbz#2311907
|
||||
|
||||
* Sat Sep 07 2024 Karolina Surma <ksurma@redhat.com> - 3.13.0~rc2-1
|
||||
- Update to Python 3.13.0rc2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue