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 josh.r, serhiy.storchaka, vstinner
Date 2016-12-01.09:14:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480583682.75.0.524471702602.issue28839@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Josh, PyTuple_New() can be faster than PyMem_Malloc() due to tuple free list. small_stack increases C stack consumption even for calls without keyword arguments. This is serious problem since we can't control stack overflow.
History
Date User Action Args
2016-12-01 09:14:42serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, josh.r
2016-12-01 09:14:42serhiy.storchakasetmessageid: <1480583682.75.0.524471702602.issue28839@psf.upfronthosting.co.za>
2016-12-01 09:14:42serhiy.storchakalinkissue28839 messages
2016-12-01 09:14:42serhiy.storchakacreate