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: remove IRIX support code
Type: Stage: resolved
Components: Build Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson
Priority: normal Keywords:

Created on 2017-09-04 21:07 by benjamin.peterson, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 3310 merged benjamin.peterson, 2017-09-04 21:22
PR 12587 closed yan12125, 2019-03-27 14:34
Messages (2)
msg301260 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2017-09-04 21:07
IRIX hasn't been officially supported, since 2013. Per PEP 11, we're going to remove the code in Python 3.7.
msg301284 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2017-09-04 23:36
New changeset 069306312addf87252e2dbf250fc7632fc8b7da3 by Benjamin Peterson in branch 'master':
remove IRIX support (closes bpo-31341) (#3310)
https://github.com/python/cpython/commit/069306312addf87252e2dbf250fc7632fc8b7da3
History
Date User Action Args
2022-04-11 14:58:51adminsetgithub: 75522
2019-03-27 14:34:14yan12125setpull_requests: + pull_request12529
2017-09-04 23:36:07benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg301284

stage: resolved
2017-09-04 21:22:42benjamin.petersonsetpull_requests: + pull_request3338
2017-09-04 21:07:51benjamin.petersoncreate