This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Drop support of FreeBSD 9 and older in Python 3.7
Type: Stage: resolved
Components: Build Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: koobs, vstinner
Priority: normal Keywords: patch

Created on 2018-01-18 10:08 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 5232 merged vstinner, 2018-01-18 10:09
PR 5233 closed vstinner, 2018-01-18 13:40
PR 5282 merged vstinner, 2018-01-23 10:52
Messages (4)
msg310229 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-01-18 10:08
FreeBSD 9.3 support ended at December 31, 2016. It's time to drop code for compatibility with FreeBSD 9 and older.
https://www.freebsd.org/security/unsupported.html

Attached PR removes this code.
msg310436 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-01-22 17:32
New changeset 13ff24582c99dfb439b1af7295b401415e7eb05b by Victor Stinner in branch 'master':
bpo-32593: Drop FreeBSD 9 and older support (#5232)
https://github.com/python/cpython/commit/13ff24582c99dfb439b1af7295b401415e7eb05b
msg310438 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-01-22 17:35
For the PR 5233 : I suggest to continue the discussion on bpo-20767. This PR is unrelated to this issue (drop support for old FreeBSDs).
msg310499 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-01-23 12:14
New changeset 872f841b122160987845db8fdddfaee1aaa203f1 by Victor Stinner in branch 'master':
bpo-32593: Run autoconf (#5282)
https://github.com/python/cpython/commit/872f841b122160987845db8fdddfaee1aaa203f1
History
Date User Action Args
2022-04-11 14:58:56adminsetgithub: 76774
2018-01-23 12:14:10vstinnersetmessages: + msg310499
2018-01-23 10:52:33vstinnersetpull_requests: + pull_request5128
2018-01-22 17:35:48vstinnersetmessages: + msg310438
2018-01-22 17:33:53vstinnersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-01-22 17:32:55vstinnersetmessages: + msg310436
2018-01-18 13:40:52vstinnersetpull_requests: + pull_request5080
2018-01-18 10:09:50vstinnersetnosy: + koobs
2018-01-18 10:09:30vstinnersetkeywords: + patch
stage: patch review
pull_requests: + pull_request5079
2018-01-18 10:08:47vstinnercreate