[New-bugs-announce] [issue41054] Simplify resource compilation on Windows

Nikita Nemkin report at bugs.python.org
Sat Jun 20 12:25:11 EDT 2020


New submission from Nikita Nemkin <nikita at nemkin.ru>:

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.

----------
components: Windows
messages: 371941
nosy: nnemkin, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Simplify resource compilation on Windows
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41054>
_______________________________________


More information about the New-bugs-announce mailing list