Browse Source
Issue #18896: Python function can now have more than 255 parameters.
Issue #18896: Python function can now have more than 255 parameters.
collections.namedtuple() now supports tuples with more than 255 elements.pull/2/head
10 changed files with 33 additions and 49 deletions
-
5Doc/whatsnew/3.7.rst
-
7Include/code.h
-
3Lib/test/test_collections.py
-
11Lib/test/test_compile.py
-
24Lib/test/test_keywordonlyarg.py
-
2Lib/test/test_sys.py
-
3Misc/NEWS
-
20Objects/codeobject.c
-
5Python/ast.c
-
2Python/ceval.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue