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 mariofutire, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-10-04.20:06:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538683617.96.0.545547206417.issue34725@psf.upfronthosting.co.za>
In-reply-to
Content
Reading the docs, I'm pretty sure we need a new Py_SetProgramFullPath() function. Py_SetProgramName explicitly is only providing a hint to figure out the file containing the executable, and I really want this to make my new launcher feasible: https://github.com/zooba/cpython/blob/msix/Programs/launch.c

Victor - I've tried for an hour now and I can't figure out where to put this value in all the new configuration stuff. I'm finding it *very* convoluted, with so much copying of config structs and then back-and-forth copying certain values around. Some guidance would be great.
History
Date User Action Args
2018-10-04 20:06:58steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, mariofutire
2018-10-04 20:06:57steve.dowersetmessageid: <1538683617.96.0.545547206417.issue34725@psf.upfronthosting.co.za>
2018-10-04 20:06:57steve.dowerlinkissue34725 messages
2018-10-04 20:06:57steve.dowercreate