New submission from Guido van Rossum <[email protected]>:
We need stub versions of ParamSpec and Concatenate added to typing.py, plus tests that ensure these actually work in all situations required by the PEP. (It's not so important to ensure that they raise exceptions at runtime in cases where the PEP says they needn't work -- static type checkers will flag those better.) ---------- components: Library (Lib) messages: 375487 nosy: gvanrossum priority: normal severity: normal stage: needs patch status: open title: Add support for PEP 612 to typing.py type: behavior versions: Python 3.10 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue41559> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
