New submission from Vlad Emelianov :
Lib2to3 does not support changes made in https://bugs.python.org/issue32117
```python
def test():
my_list = ["value2", "value3"]
yield "value1", *my_list
return "value1", *my_list
```
The idea is to use `
Change by Vlad Emelianov :
--
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/issue38641>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Vlad Emelianov :
Add changes made in https://github.com/python/typing/pull/700 to upstream.
--
components: Library (Lib)
messages: 361957
nosy: Vlad Emelianov
priority: normal
severity: normal
status: open
title: Fix TypedDict totalizy check for inherited keys
type
Change by Vlad Emelianov :
--
keywords: +patch
pull_requests: +17879
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18503
___
Python tracker
<https://bugs.python.org/issu
Change by Vlad Emelianov :
--
title: Fix TypedDict totalizy check for inherited keys -> Fix TypedDict
totality check for inherited keys
___
Python tracker
<https://bugs.python.org/issu