This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Nathaniel Manista
Recipients Nathaniel Manista, docs@python
Date 2018-09-12.20:29:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536784155.39.0.956365154283.issue34648@psf.upfronthosting.co.za>
In-reply-to
Content
... and while we're here, how about StackSummary.from_list's "a_list" parameter as well:

3) Can it be Iterable? It looks like it can be Iterable? Is it fine for it to be Iterable?

4) Should the component type of "a_list" be FrameSummary? Is the support for Tuple[str, int, str, Optional[str]] merely backward-looking, or is new code encouraged to pass Tuple[str, int, str, Optional[str]] objects?
History
Date User Action Args
2018-09-12 20:29:15Nathaniel Manistasetrecipients: + Nathaniel Manista, docs@python
2018-09-12 20:29:15Nathaniel Manistasetmessageid: <1536784155.39.0.956365154283.issue34648@psf.upfronthosting.co.za>
2018-09-12 20:29:15Nathaniel Manistalinkissue34648 messages
2018-09-12 20:29:15Nathaniel Manistacreate