]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-42029: Remove dynload_dl (GH-22687)
authorKevin Adler <kadler@us.ibm.com>
Wed, 14 Oct 2020 01:49:24 +0000 (20:49 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 01:49:24 +0000 (20:49 -0500)
commit0cafcd3c56c9475913d8d4fd0223c297dbb70ac6
tree941a54e6d4cae9f175bde46b08adba1dd3fbf6cd
parent6a48518e8dac3521ff387ee67cdf33783114a257
closes bpo-42029: Remove dynload_dl (GH-22687)

All references to this dynamic loading method were removed in b9949db,
when support for this method was dropped, but the implementation code
was not dropped (seemingly in oversight).
Python/dynload_dl.c [deleted file]