]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35359: Add _CRT_SECURE_NO_WARNINGS to pythoncore project (GH-10819)
authorVictor Stinner <vstinner@redhat.com>
Thu, 6 Dec 2018 10:56:00 +0000 (11:56 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Dec 2018 10:56:00 +0000 (11:56 +0100)
commit49cedc51a68b4cd2525c14ab02bd1a483d8be389
treeec186d0c75187331a3f1cd3d367931b2322c7ea9
parent29a4cbff92862207eb9df9a970b3636b8b06ff5d
bpo-35359: Add _CRT_SECURE_NO_WARNINGS to pythoncore project (GH-10819)

Define _CRT_SECURE_NO_WARNINGS in the Visual Studio pythoncore
project to make quiet security warnings when building zlib C files
(Modules\zlib\ subdirectory).
PCbuild/pythoncore.vcxproj