Steve Dower <steve.do...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34725>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to