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: dynload_next.c is obsolete
Type: enhancement Stage: resolved
Components: Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, ned.deily, pitrou, ronaldoussoren
Priority: normal Keywords: patch

Created on 2017-12-20 15:44 by pitrou, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4957 merged benjamin.peterson, 2017-12-21 06:44
Messages (2)
msg308740 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2017-12-20 15:44
The configure scripts has the following comment:
"""Use dynload_next.c only on 10.2 and below, which don't have native dlopen()"""

It seems dynload_next.c can be removed now.
msg308922 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2017-12-22 05:43
New changeset 62ed6be8da5fd1142f838582ecdb338af539e85b by Benjamin Peterson in branch 'master':
remove the dynload_next.c file (closes bpo-32386) (#4957)
https://github.com/python/cpython/commit/62ed6be8da5fd1142f838582ecdb338af539e85b
History
Date User Action Args
2022-04-11 14:58:55adminsetgithub: 76567
2017-12-22 05:43:13benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg308922

resolution: fixed
stage: patch review -> resolved
2017-12-21 06:44:25benjamin.petersonsetkeywords: + patch
stage: patch review
pull_requests: + pull_request4849
2017-12-20 15:44:33pitroucreate