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 terry.reedy
Recipients Austin-Lamb, eryksun, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2021-01-08.23:27:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610148450.86.0.588542851436.issue42825@roundup.psfhosted.org>
In-reply-to
Content
The PR says that this deletes "uncalled code".  I imagine that this is safe for a .exe.  But for a .dll?  As i understand it, one can, from python code, access any function via ctypes, so it seems to me that there is no way for the linker to know which callable functions in a .dll can be safely deleted.  Am I missing something?
History
Date User Action Args
2021-01-08 23:27:30terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, Austin-Lamb
2021-01-08 23:27:30terry.reedysetmessageid: <1610148450.86.0.588542851436.issue42825@roundup.psfhosted.org>
2021-01-08 23:27:30terry.reedylinkissue42825 messages
2021-01-08 23:27:30terry.reedycreate