]> granicus.if.org Git - python/commit
Fixes warnings when building python3.dll due to the .def file accumulating multiple...
authorSteve Dower <steve.dower@microsoft.com>
Fri, 3 Jul 2015 19:21:29 +0000 (12:21 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 3 Jul 2015 19:21:29 +0000 (12:21 -0700)
commit0a34c496039a2bdc3d48c2a062bb0fbffcffa491
tree31e97208263b34ad6767062d4f193a84c2025eae
parentd48fb485d9d6597b1048f6131a28cb14979349af
parentac2bd5b1e8c5d8ee04c12ef6f34f1c9f1f8338c0
Fixes warnings when building python3.dll due to the .def file accumulating multiple copies of each line.
Adds shebang line to prepare_ssl so it will run with py.exe.