[New-bugs-announce] [issue42934] use TracebackException's new compact param in unittest.TestResult

Irit Katriel report at bugs.python.org
Fri Jan 15 06:06:03 EST 2021


New submission from Irit Katriel <iritkatriel at yahoo.com>:

The TracebackException instance created here
https://github.com/python/cpython/blob/63298930fb531ba2bb4f23bc3b915dbf1e17e9e1/Lib/unittest/result.py#L185
is only used for format(), so it can benefit from the compact param added in issue42877.

----------
components: Library (Lib)
messages: 385105
nosy: iritkatriel
priority: normal
severity: normal
status: open
title: use TracebackException's new compact param in unittest.TestResult
type: performance
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42934>
_______________________________________


More information about the New-bugs-announce mailing list