]> granicus.if.org Git - python/commit
Issue #18896: Python function can now have more than 255 parameters.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 16 Dec 2016 17:19:02 +0000 (19:19 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 16 Dec 2016 17:19:02 +0000 (19:19 +0200)
commit5bb8b9134b0bb35a73c76657f41cafa3e4361fcd
tree5755343717913be71dc48d94db681d1a21ff31d2
parent14d8b9693be235240ab2dcac3b43a4a7c30483bc
Issue #18896: Python function can now have more than 255 parameters.
collections.namedtuple() now supports tuples with more than 255 elements.
Doc/whatsnew/3.7.rst
Include/code.h
Lib/test/test_collections.py
Lib/test/test_compile.py
Lib/test/test_keywordonlyarg.py
Lib/test/test_sys.py
Misc/NEWS
Objects/codeobject.c
Python/ast.c
Python/ceval.c