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 vstinner
Recipients jdemeyer, vstinner
Date 2019-06-07.13:35:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559914513.99.0.0501797350317.issue37194@roundup.psfhosted.org>
In-reply-to
Content
I used testcapi_call_no_args.patch and stack_overflow-4.py to measure the stack consumption of PyObject_CallNoArgs() and PyObject_CallFunctionObjArgs() for PR 13890.
History
Date User Action Args
2019-06-07 13:35:14vstinnersetrecipients: + vstinner, jdemeyer
2019-06-07 13:35:13vstinnersetmessageid: <1559914513.99.0.0501797350317.issue37194@roundup.psfhosted.org>
2019-06-07 13:35:13vstinnerlinkissue37194 messages
2019-06-07 13:35:13vstinnercreate