commit | 0cafcd3c56c9475913d8d4fd0223c297dbb70ac6 | [log] [tgz] |
---|---|---|
author | Kevin Adler <kadler@us.ibm.com> | Tue Oct 13 20:49:24 2020 -0500 |
committer | GitHub <noreply@github.com> | Tue Oct 13 20:49:24 2020 -0500 |
tree | 941a54e6d4cae9f175bde46b08adba1dd3fbf6cd | |
parent | 6a48518e8dac3521ff387ee67cdf33783114a257 [diff] |
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).