[New-bugs-announce] [issue41039] Simplify python3.dll build
Nikita Nemkin
report at bugs.python.org
Fri Jun 19 12:27:16 EDT 2020
New submission from Nikita Nemkin <nikita at nemkin.ru>:
python3.dll build process can be simplified if we use linker comment #pragma instead of .def files. Custom build targets become unnecessary and hardcoded Python DLL name can be replaced with a macro.
Also, python3.dll doesn't need DllMain and can be built with /NOENTRY.
----------
components: Windows
messages: 371894
nosy: nnemkin, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Simplify python3.dll build
type: enhancement
versions: Python 3.10
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41039>
_______________________________________
More information about the New-bugs-announce
mailing list