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-19.16:27:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592584036.23.0.347214520388.issue41039@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-06-19 16:27:16nnemkinsetrecipients: + nnemkin, paul.moore, tim.golden, zach.ware, steve.dower
2020-06-19 16:27:16nnemkinsetmessageid: <1592584036.23.0.347214520388.issue41039@roundup.psfhosted.org>
2020-06-19 16:27:16nnemkinlinkissue41039 messages
2020-06-19 16:27:16nnemkincreate