[issue43812] Tuple unpacking in getitem

2021-04-12 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I am closing this as duplicate of https://www.python.org/dev/peps/pep-0646, but feel free to reopen if you think there is some missing considerations. -- resolution: -> duplicate stage: -> resolved status: open -> closed

[issue43812] Tuple unpacking in getitem

2021-04-12 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: This is currently being proposed as part of https://www.python.org/dev/peps/pep-0646. -- nosy: +pablogsal ___ Python tracker ___

[issue43812] Tuple unpacking in getitem

2021-04-12 Thread Jeppe Dakin
New submission from Jeppe Dakin : This is similar to issue 32117 (I'm the author of the StackOverflow query referenced within it), which extends the tuple unpacking syntax to a small corner of the language: https://bugs.python.org/issue32117 Currently tuple unpacking is disallowed within geti