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.

Author steve.dower
Recipients brett.cannon, eric.snow, eryksun, jkloth, lukasz.langa, mattip, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-12.21:12:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552425132.98.0.80093257374.issue36085@roundup.psfhosted.org>
In-reply-to
Content
It's different from ctypes because I can update ctypes as part of this change :)

The reason it matters is that it's basically a wrapper around LoadLibrary, and that's what is going to change here. Hopefully we won't cause too much trouble for their users.
History
Date User Action Args
2019-03-12 21:12:13steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, ncoghlan, tim.golden, jkloth, lukasz.langa, eric.snow, zach.ware, mattip, eryksun
2019-03-12 21:12:12steve.dowersetmessageid: <1552425132.98.0.80093257374.issue36085@roundup.psfhosted.org>
2019-03-12 21:12:12steve.dowerlinkissue36085 messages
2019-03-12 21:12:12steve.dowercreate