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 steve.dower
Recipients Jörn Jacobi, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-09-09.10:45:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568025937.16.0.618026653878.issue37283@roundup.psfhosted.org>
In-reply-to
Content
Okay, this is definitely an ordering issue in Tools/msi/bundle/bootstrap/PythonBootstrapApplication.cpp

Fixing most of the options is easy - just a case of moving LoadOptionalFeatureStates() a few lines up - but Install_launcher is set much later. I should be able to fix both though.
History
Date User Action Args
2019-09-09 10:45:37steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Jörn Jacobi
2019-09-09 10:45:37steve.dowersetmessageid: <1568025937.16.0.618026653878.issue37283@roundup.psfhosted.org>
2019-09-09 10:45:37steve.dowerlinkissue37283 messages
2019-09-09 10:45:37steve.dowercreate