Skip to content

Tags: fedora-python/cpython

Tags

fedora-3.15.0b2-5

Toggle fedora-3.15.0b2-5's commit message
00488: pythongh-149671: Restore compatibility with setuptools nspkg.p…

…th files in site module

Inject "sitedir" variable in the frame which executes pth code.

fedora-3.14.6-1

Toggle fedora-3.14.6-1's commit message
00486: pythongh-148646: Add --enable-prebuilt-jit-stencils configure …

…flag

fedora-3.13.14-1

Toggle fedora-3.13.14-1's commit message
00477: Raise an error when importing stdlib modules compiled for a di…

…fferent Python version

This is a downstream workaround "implementing" python#137212 -
the mechanism for the check exists in Python 3.15+, where it needs to be
added to the standard library modules.
In Fedora, we need it also in previous Python versions, as we experience
segmentation fault when importing stdlib modules after update while
Python is running.

_curses, _tkinter, _tracemalloc and readline are not calling PyModuleDef_Init,
which is modified with this patch, hence they need a
direct call to the check function.

Co-Authored-By: Karolina Surma <[email protected]>

fedora-3.15.0b2-1

Toggle fedora-3.15.0b2-1's commit message
00486: pythongh-148646: Add --enable-prebuilt-jit-stencils configure …

…flag

fedora-3.15.0b1-1

Toggle fedora-3.15.0b1-1's commit message
00486: pythongh-148646: Add --enable-prebuilt-jit-stencils configure …

…flag

fedora-3.14.5-1

Toggle fedora-3.14.5-1's commit message
00486: pythongh-148646: Add --enable-prebuilt-jit-stencils configure …

…flag

fedora-3.14.5rc1-1

Toggle fedora-3.14.5rc1-1's commit message
00486: pythongh-148646: Add --enable-prebuilt-jit-stencils configure …

…flag

fedora-3.11.15-4

Toggle fedora-3.11.15-4's commit message
00485: CVE-2026-4224

Stack overflow parsing XML with deeply nested DTD content models

Co-authored-by: Bénédikt Tran <[email protected]>

fedora-3.9.25-9

Toggle fedora-3.9.25-9's commit message
00482: CVE-2026-6100

Fix a possible UAF in {LZMA,BZ2,_Zlib}Decompressor

fedora-3.6.15-57

Toggle fedora-3.6.15-57's commit message
00482: CVE-2026-6100

Fix a possible UAF in {LZMA,BZ2,_Zlib}Decompressor

Backported from Python 3.10