Files
pytest2/testing
Ran Benita cc23ec91d0 code: stop storing weakref to ExceptionInfo on Traceback and TracebackEntry
TracebackEntry needs the excinfo for the `__tracebackhide__ = callback`
functionality, where `callback` accepts the excinfo.

Currently it achieves this by storing a weakref to the excinfo which
created it. I think this is not great, mixing layers and bloating the
objects.

Instead, have `ishidden` (and transitively, `Traceback.filter()`) take
the excinfo as a parameter.
2023-04-28 11:47:45 +03:00
..
2022-11-15 08:53:23 -03:00
2021-03-07 15:01:39 +01:00
2020-08-03 10:10:43 +03:00
2023-01-04 10:30:28 +01:00
2023-03-17 21:58:26 +01:00
2022-10-14 13:53:06 -04:00
2020-10-05 18:33:17 -07:00
2021-12-28 10:11:35 +01:00
2021-12-27 09:23:15 -03:00