New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:
>>> import typing >>> (int | typing.T)[1] NotImplemented It is related to issue44632. ---------- components: Interpreter Core messages: 397468 nosy: gvanrossum, kj, serhiy.storchaka priority: normal severity: normal status: open title: Indexing the union type can return NotImplemented type: behavior versions: Python 3.10, Python 3.11 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44633> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com