[issue30087] pdb issue with type conversion

2017-04-16 Thread Christoph Zimmermann

New submission from Christoph Zimmermann:

Types cannot be converted properly while running under pdb control:

python
>>> t=(1,2,3)
>>> list(t)
[1, 2, 3]

python pdb.py
(Pdb) t=(1,2,3)
(Pdb) list(t)
*** Error in argument: '(t)'

--
components: Extension Modules
messages: 291786
nosy: Christoph Zimmermann
priority: normal
severity: normal
status: open
title: pdb issue with type conversion
versions: Python 2.7, Python 3.6

___
Python tracker 
<http://bugs.python.org/issue30087>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30087] pdb issue with type conversion

2017-04-17 Thread Christoph Zimmermann

Christoph Zimmermann added the comment:

Thanks for the hint!

--
stage:  -> resolved
status: open -> closed

___
Python tracker 
<http://bugs.python.org/issue30087>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com