Pablo Galindo Salgado <[email protected]> added the comment:
Notice that pdb also does not handle correctly PEP570:
def f1(x,/,arg=None, *, kwonly=None):
breakpoint()
f1(3)
-> breakpoint()
(Pdb) args
x = 3
----------
nosy: +pablogsal
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue36969>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com