Skip to content

Commit e0d3024

Browse files
committed
Remove a hack that was not needed on 3.14
When discussing whether to backport python/cpython#141809 I discovered that this hack was not needed on this Python version.
1 parent 1f64e4d commit e0d3024

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

python3.14.spec

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,10 +1063,6 @@ BuildPython() {
10631063
%if %{with jit} && %{without jit_build_stencils}
10641064
if [[ ! "$ConfName" =~ ^freethreading ]]; then
10651065
cp -a %{jit_stencils_source} %{jit_stencils_filename}
1066-
# Hackish way of preventing PGO task to delete the stencils.
1067-
# Upstream issue: https://github.com/python/cpython/issues/141808
1068-
# Upstream PR: https://github.com/python/cpython/pull/141809
1069-
sed -i '/rm -f jit_stencils.h/d' Makefile
10701066
fi
10711067
%endif
10721068

0 commit comments

Comments
 (0)