ecdfdb02e3
This release swaps out the incremental garbage collector for the generational one used in 3.13 due to reports of memory pressure. Backport the post-release upstream fix for: Heap Buffer Overflow in pyexpat Character Data Buffering #148441 which is believed to be only triggered in rare circumstances. Changelog: https://www.python.org/downloads/release/python-3145/ PR: 295200 MFH: 2026Q2
8 lines
242 B
Makefile
8 lines
242 B
Makefile
# Mk/Uses/python.mk includes this file, don't remove it!
|
|
|
|
# Do not forget to
|
|
# 1. Update python documentation (lang/python-doc-*)
|
|
# Run "make -C lang/python-doc-html makesum"
|
|
# 2. Remove PORTREVISION in Makefile
|
|
PYTHON_DISTVERSION= 3.14.5
|