summaryrefslogtreecommitdiff
path: root/lang/python33/files/patch-issue21166 (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-03Remove Python 3.3 and related ports, it expired today:Rene Ladan1-74/+0
2017-09-01 lang/python33: No longer receives bug fixes, only security updates. Please update to Python 3.6 databases/py33-gdbm databases/py33-sqlite3 devel/py33-setuptools x11-toolkits/py33-tkinter devel/py3-enum34 Notes: svn path=/head/; revision=449196
2014-08-23lang/python{27,33,34}: Backport fix for upstream Issue #21166Kubilay Kocak1-0/+74
Backport fix for upstream Issue #21166: Prevent possible segfaults and other random failures of python --generate-posix-vars in pybuilddir.txt build target by ensuring that pybuilddir.txt is always regenerated when configure is run and that the newly built skeleton python does not inadvertently import modules from previously installed instances. [1] This changeset has been committed for release in 2.7.9, 3.4.2, and 3.5.0. A HUGE thank you to Ned Deily from the Python Core Development Team for helping to identify the underlying cause, produce a fix and wonderfully document the explanation. [1] http://bugs.python.org/issue21166 Notes: svn path=/head/; revision=365708