File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ Status: Accepted
99Type: Standards Track
1010Content-Type: text/x-rst
1111Created: 16-Sep-2020
12- Python-Version: 3.10
12+ Python-Version: 3.11
1313Post-History: 07-Oct-2020, 23-Dec-2020, 29-Dec-2020
14+ Resolution: https://mail.python.org/archives/list/
[email protected] /message/OR5RKV7GAVSGLVH3JAGQ6OXFAXIP5XDX/
1415
1516Abstract
1617========
@@ -24,6 +25,14 @@ in numerical computing libraries such as NumPy and TensorFlow to be
2425parameterised with the array *shape *, enabling static type checkers
2526to catch shape-related bugs in code that uses these libraries.
2627
28+ Acceptance
29+ ==========
30+
31+ This PEP was accepted for Python 3.11, with the caveat that details around
32+ multiple unpackings in a type expression aren't specified precisely.
33+ This gives individual type checkers some leeway, but can be tightened
34+ in future PEPs.
35+
2736Motivation
2837==========
2938
You can’t perform that action at this time.
0 commit comments