Re: [Cython] Help with cygdb bug

2020-04-23 Thread Stefan Behnel
Hi Volker! Volker Weißmann schrieb am 22.04.20 um 20:44: > cy exec print(localvar) > > currently does not work. And I need your help to fix it. Do you mean "cy exec print(x)" or "cy print x" here? (The latter is what you used in your example at the end.) > If I'm not mistaken, the function "_f

[Cython] Help with cygdb bug

2020-04-23 Thread Volker Weißmann
Hello, cy exec print(localvar) currently does not work. And I need your help to fix it. If I'm not mistaken, the function "_fill_locals_dict" in libcython.py is supposed to find and set all local variables. The "for name, cyvar in iterator:" correctly iterates over all local variables, but cy