On Mon, Feb 17, 2025 at 10:50 PM kobarity wrote: > > BTW, python 3.13 introduces pyrepl and leads to the warning "can't use > > pyrepl: terminal doesn't have the required clear capability; > > TERM=dumb". > > > > Maybe we should set PYTHON_BASIC_REPL=1 to suppress the warning when > > starting the inferior python process? > > Yes, I think that is a good idea. Could you suggest a patch as a new > bug? Here is the patch.