Files
pytest2/changelog/8248.trivial.rst
T
Ronny Pfannschmidt a9e43152bc alter the PyObjMixin to carry over typing information from Node
as PyObjMixin is always supposed to be mixed in the mro
before nodes.Node the behavior doesn't change,
but all the typing information carry over to help mypy.

extracted from #8037
2021-01-17 14:36:28 +01:00

2 lines
103 B
ReStructuredText

Internal Restructure: let python.PyObjMixing inherit from nodes.Node to carry over typing information.