[issue40218] sys.executable is a non existing path if python is executed from gdb

2020-04-07 Thread Volker Weißmann
Volker Weißmann added the comment: The gdb issue is here: https://sourceware.org/bugzilla/show_bug.cgi?id=25800 -- ___ Python tracker ___ __

[issue40218] sys.executable is a non existing path if python is executed from gdb

2020-04-07 Thread Volker Weißmann
New submission from Volker Weißmann : Note: I'm not sure if this is a bug in python or in gdb. I will also submit a bug report to gdb and post a link here. Pythons documentation says that sys.executable is always either None, empty string or a path to the python interpreter. Using gdb and pyth