Serhiy Storchaka added the comment: No longer changes to Python/compile.c are needed. Here is a patch against 3.7 that just removes the limit of the number of passed arguments in Python/ast.c and adds tests.
But still there is a limitation on the number of function parameters. It is caused by using a bytes objects as co_cell2arg. ---------- stage: -> patch review versions: +Python 3.7 Added file: http://bugs.python.org/file45638/no-args-limit.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12844> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com