test_ok2/src
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
..
_pytest code: stop storing weakref to ExceptionInfo on Traceback and TracebackEntry 2023-04-28 11:47:45 +03:00
pytest Export `pytest.DoctestItem` for typing / runtime purposes (#10313) 2022-10-07 13:03:42 -03:00
py.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2022-10-19 16:52:26 -04:00