◐ Shell
clean mode source ↗

Message 416020 - Python tracker

Message416020

Author matthew.rahtz
Recipients AlexWaygood, JelleZijlstra, cdce8p, gvanrossum, kj, lys.nikolaou, matthew.rahtz, mrahtz, pablogsal, serhiy.storchaka
Date 2022-03-25.22:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648246573.37.0.605538962341.issue43224@roundup.psfhosted.org>
In-reply-to
Content
Since things are piling up, here's a quick record of what I think the remaining tasks are: (in approximate order of priority)
1. Finish writing docs (is updating library/typing.html sufficient? https://github.com/python/cpython/pull/32103)
2. Implement support for pickling of unpacked native tuples
3. Implement support and add tests for copy() of TypeVarTuple and unpacked tuple
4. Resolve the issue of how we implement type substitution (https://bugs.python.org/issue47006)
History
Date User Action Args
2022-03-25 22:16:13matthew.rahtzsetrecipients: + matthew.rahtz, gvanrossum, serhiy.storchaka, JelleZijlstra, lys.nikolaou, pablogsal, kj, mrahtz, AlexWaygood, cdce8p
2022-03-25 22:16:13matthew.rahtzsetmessageid: <1648246573.37.0.605538962341.issue43224@roundup.psfhosted.org>
2022-03-25 22:16:13matthew.rahtzlinkissue43224 messages
2022-03-25 22:16:13matthew.rahtzcreate