You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use uv for venv management which sources python builds from this project. I just cannot find python-gdb.py which we need to debug something live.
It looks like our python 3.9.18 is compiled with debugging symbols (which is great!) but python-gdb.py file is missing in install_only, debug-full, new or old releases.
The text was updated successfully, but these errors were encountered:
We use
uv
for venv management which sources python builds from this project. I just cannot findpython-gdb.py
which we need to debug something live.It looks like our python
3.9.18
is compiled with debugging symbols (which is great!) butpython-gdb.py
file is missing ininstall_only
,debug-full
, new or old releases.The text was updated successfully, but these errors were encountered: