[issue42029] Remove dynload_dl.c

2020-10-29 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5776663675b48f011d428a5874cc3c79d1deb59e by Victor Stinner in branch 'master': bpo-42029: Remove IRIX code (GH-23023) https://github.com/python/cpython/commit/5776663675b48f011d428a5874cc3c79d1deb59e -- ___

[issue42029] Remove dynload_dl.c

2020-10-29 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +21937 pull_request: https://github.com/python/cpython/pull/23023 ___ Python tracker ___ __

[issue42029] Remove dynload_dl.c

2020-10-14 Thread STINNER Victor
STINNER Victor added the comment: Poor IRIX platform :-( Not so long ago (2 years ago?), the bitesnake service provided IRIX machines! -- nosy: +vstinner ___ Python tracker _

[issue42029] Remove dynload_dl.c

2020-10-13 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 0cafcd3c56c9475913d8d4fd0223c297dbb70ac6 by Kevin Adler in branch 'master': closes bpo-42029: Remove dynload_dl (GH-22687) https://github.com/python/cpython/commit/0cafcd3c56c9475913d8d4fd0223c297dbb70ac6 -- nosy: +benjamin.peterson

[issue42029] Remove dynload_dl.c

2020-10-13 Thread Kevin
Change by Kevin : -- keywords: +patch pull_requests: +21657 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22687 ___ Python tracker ___ __

[issue42029] Remove dynload_dl.c

2020-10-13 Thread Kevin
Kevin added the comment: Sorry, the correct link is https://github.com/python/cpython/commit/b9949dbe6c20537b7821f25fc1eeb4e7f3faabff -- ___ Python tracker ___ __

[issue42029] Remove dynload_dl.c

2020-10-13 Thread Kevin
New submission from Kevin : dynload_dl.c is no longer referenced anywhere in the code. It was used to support dynamic loading on IRIX 4 and DYNIX, but those platforms were dropped in https://github.com/cpython/cpython/commit/b9949dbe6c20537b7821f25fc1eeb4e7f3faabff. Considering that commit r