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 Ray Donnelly, barry, brett.cannon, eryksun, lemburg, njs, paul.moore, steve.dower, tim.golden, xoviat, zach.ware
Date 2018-01-17.03:38:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516160318.17.0.467229070634.issue32516@psf.upfronthosting.co.za>
In-reply-to
Content
That looks like recompilation (or at least how recompilation would look if you'd been granted permission). Assuming you can recompile the binary, you could rename the dependency and regenerate the import library so that you can link directly against the new name.

As an official position, I don't support modifying other people's PE files or distributing the modified results.
History
Date User Action Args
2018-01-17 03:38:38steve.dowersetrecipients: + steve.dower, lemburg, barry, brett.cannon, paul.moore, tim.golden, njs, zach.ware, eryksun, xoviat, Ray Donnelly
2018-01-17 03:38:38steve.dowersetmessageid: <1516160318.17.0.467229070634.issue32516@psf.upfronthosting.co.za>
2018-01-17 03:38:38steve.dowerlinkissue32516 messages
2018-01-17 03:38:37steve.dowercreate