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.

classification
Title: Fix libssl DLL tag in Tools/msi project
Type: compile error Stage: resolved
Components: Windows Versions: Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: miss-islington, ned.deily, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2019-06-04 20:20 by steve.dower, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 13866 merged steve.dower, 2019-06-06 15:17
PR 13868 merged miss-islington, 2019-06-06 16:07
PR 14219 merged steve.dower, 2019-06-19 00:43
Messages (5)
msg344638 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-06-04 20:20
Mostly a note to self to fix the tag. Right now the x64 build gets an extra suffix, which is incorrect and causes installer builds to fail.
msg344828 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-06-06 16:07
New changeset e0c0c7e8c9f8153a54b92e43aa3d09e69a9fd0c0 by Steve Dower in branch 'master':
bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)
https://github.com/python/cpython/commit/e0c0c7e8c9f8153a54b92e43aa3d09e69a9fd0c0
msg344836 - (view) Author: miss-islington (miss-islington) Date: 2019-06-06 16:38
New changeset 1c4084f4c13d7ec516abc0439288cbeb2c96489a by Miss Islington (bot) in branch '3.8':
bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)
https://github.com/python/cpython/commit/1c4084f4c13d7ec516abc0439288cbeb2c96489a
msg346018 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-06-19 01:05
New changeset 43b97ae15c8cbb8c383314bb75c867d0f2f34376 by Steve Dower in branch '3.7':
bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219)
https://github.com/python/cpython/commit/43b97ae15c8cbb8c383314bb75c867d0f2f34376
msg347168 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2019-07-02 22:34
New changeset 9ad5e9edea08b0d377902d556624f03a2b8bb29b by Ned Deily (Steve Dower) in branch '3.7':
bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219)
https://github.com/python/cpython/commit/9ad5e9edea08b0d377902d556624f03a2b8bb29b
History
Date User Action Args
2022-04-11 14:59:16adminsetgithub: 81337
2019-07-02 22:34:04ned.deilysetnosy: + ned.deily
messages: + msg347168
2019-06-19 01:05:36steve.dowersetmessages: + msg346018
2019-06-19 00:43:35steve.dowersetpull_requests: + pull_request14057
2019-06-06 16:59:13steve.dowersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-06-06 16:38:01miss-islingtonsetnosy: + miss-islington
messages: + msg344836
2019-06-06 16:07:26miss-islingtonsetpull_requests: + pull_request13744
2019-06-06 16:07:00steve.dowersetmessages: + msg344828
2019-06-06 15:17:23steve.dowersetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request13742
2019-06-04 20:20:58steve.dowercreate