New submission from Aidas Petryla <apetr...@redhat.com>:

Reproducing:

Running pdb shell (for example "python -m pdb <some_file.py>"

Input:
x = {'a': 1}
list(x.values())

Output:
*** Error in argument: '(x.values())'

----------
messages: 408714
nosy: apetryla
priority: normal
severity: normal
status: open
title: pdb can't convert dict_values to list
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46102>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to