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 Austin-Lamb, eryksun, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2021-02-01.19:51:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612209098.7.0.688451331012.issue42825@roundup.psfhosted.org>
In-reply-to
Content
On Windows it should only affect non-exported functions. Comparing "dumpbin /exports" output will tell you whether anything has changed there.

The bigger concern is if it merges identical functions that are compared by function pointer. I know we've had issues with that in the past, and I forget how we've dealt with that. I thought OPT:REF would do this optimisation too (though ISTR it's known as COMDAT folding and may have its own option).
History
Date User Action Args
2021-02-01 19:51:38steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, tim.golden, zach.ware, eryksun, Austin-Lamb
2021-02-01 19:51:38steve.dowersetmessageid: <1612209098.7.0.688451331012.issue42825@roundup.psfhosted.org>
2021-02-01 19:51:38steve.dowerlinkissue42825 messages
2021-02-01 19:51:38steve.dowercreate