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 Austin-Lamb
Recipients Austin-Lamb, eryksun, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2021-01-26.18:28:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611685720.33.0.904843941333.issue42825@roundup.psfhosted.org>
In-reply-to
Content
I don't know much about how ctypes exposes stuff - are these exposed as DLL exports?  Or if not, how do they get exposed?

The linker will remove things it can't find a callsite for, but it leaves in exported functions as of course those are by definition externally callable.  If ctypes is called another way, I can help confirm whether anything is accidentally being stripped out.
History
Date User Action Args
2021-01-26 18:28:40Austin-Lambsetrecipients: + Austin-Lamb, terry.reedy, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2021-01-26 18:28:40Austin-Lambsetmessageid: <1611685720.33.0.904843941333.issue42825@roundup.psfhosted.org>
2021-01-26 18:28:40Austin-Lamblinkissue42825 messages
2021-01-26 18:28:40Austin-Lambcreate