Austin Lamb <austin.l...@microsoft.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42825>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to