This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Trundle, andersk, brett.cannon, davidben, loewis, rhettinger, sebastinas, serhiy.storchaka
Date 2016-11-25.09:27:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480066033.42.0.428973293709.issue12844@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-11-25 09:27:13serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, brett.cannon, rhettinger, sebastinas, Trundle, andersk, davidben
2016-11-25 09:27:13serhiy.storchakasetmessageid: <1480066033.42.0.428973293709.issue12844@psf.upfronthosting.co.za>
2016-11-25 09:27:13serhiy.storchakalinkissue12844 messages
2016-11-25 09:27:13serhiy.storchakacreate