Message385729
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. |
|
| Date |
User |
Action |
Args |
| 2021-01-26 18:28:40 | Austin-Lamb | set | recipients:
+ Austin-Lamb, terry.reedy, paul.moore, tim.golden, zach.ware, eryksun, steve.dower |
| 2021-01-26 18:28:40 | Austin-Lamb | set | messageid: <[email protected]> |
| 2021-01-26 18:28:40 | Austin-Lamb | link | issue42825 messages |
| 2021-01-26 18:28:40 | Austin-Lamb | create | |
|