[New-bugs-announce] [issue46102] pdb can't convert dict_values to list

Aidas Petryla report at bugs.python.org
Thu Dec 16 10:36:42 EST 2021


New submission from Aidas Petryla <apetryla at 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 <report at bugs.python.org>
<https://bugs.python.org/issue46102>
_______________________________________


More information about the New-bugs-announce mailing list