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 pitrou
Recipients pitrou, scoder, serhiy.storchaka, vstinner
Date 2016-08-24.20:32:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472070777.13.0.204208446156.issue27841@psf.upfronthosting.co.za>
In-reply-to
Content
Tuples use a freelist ;-)
I think you can safely bump the small array to 7 or 8 elements, to satisfy even more cases. Though you are right that function calls with more than 5 arguments should be rare (and mostly to complicated functions where function call overhead doesn't really matter).
History
Date User Action Args
2016-08-24 20:32:57pitrousetrecipients: + pitrou, scoder, vstinner, serhiy.storchaka
2016-08-24 20:32:57pitrousetmessageid: <1472070777.13.0.204208446156.issue27841@psf.upfronthosting.co.za>
2016-08-24 20:32:57pitroulinkissue27841 messages
2016-08-24 20:32:57pitroucreate