[issue26502] traceback.extract_tb breaks compatibility by returning FrameSummary

R. David Murray report at bugs.python.org
Fri Sep 9 13:35:14 EDT 2016


R. David Murray added the comment:

I disagree that this is a duplicate.  The question here is, should we add __len__?  Since a FrameSummary object can be "cast into a tuple" and has a known len, I would say the answer is definitely yes.

----------
nosy: +r.david.murray
resolution: duplicate -> 
stage: resolved -> needs patch
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26502>
_______________________________________


More information about the Python-bugs-list mailing list