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 brett.cannon
Recipients brett.cannon, ezio.melotti, lbenezriravin, michael.foord, rbcollins
Date 2018-11-26.21:56:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543269414.71.0.788709270274.issue35281@psf.upfronthosting.co.za>
In-reply-to
Content
Gotcha, thanks for the clarification!

Unfortunately I don't think we will be able to accommodate your feature request. It's duplicating an API to simply save calling list() which is the idiomatic way to convert an iterable into a concrete sequence. And providing direct access to the list would be either unittest.TestCase-specific or all subclasses would then have to start supporting it.
History
Date User Action Args
2018-11-26 21:56:54brett.cannonsetrecipients: + brett.cannon, rbcollins, ezio.melotti, michael.foord, lbenezriravin
2018-11-26 21:56:54brett.cannonsetmessageid: <1543269414.71.0.788709270274.issue35281@psf.upfronthosting.co.za>
2018-11-26 21:56:54brett.cannonlinkissue35281 messages
2018-11-26 21:56:54brett.cannoncreate