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 nnemkin
Recipients nnemkin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-06-20.16:25:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592670311.94.0.80143826005.issue41054@roundup.psfhosted.org>
In-reply-to
Content
Every Windows project has a custom target (included from pyproject.props) that generates a header with definitions for resource files.

Those definitions (PYTHON_DLL_NAME and FIELD3) can be passed directly to resource compiler.

Another definition (MS_DLL_ID) doesn't need to be a resource at all. It was used in the past to initialize PyWin_DLLVersionString in dl_nt.c, but that code is now dead.
History
Date User Action Args
2020-06-20 16:25:11nnemkinsetrecipients: + nnemkin, paul.moore, tim.golden, zach.ware, steve.dower
2020-06-20 16:25:11nnemkinsetmessageid: <1592670311.94.0.80143826005.issue41054@roundup.psfhosted.org>
2020-06-20 16:25:11nnemkinlinkissue41054 messages
2020-06-20 16:25:11nnemkincreate