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 jd
Recipients jd, vstinner
Date 2019-08-29.18:48:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567104506.36.0.786677654634.issue37961@roundup.psfhosted.org>
In-reply-to
Content
That's a good question. Considering that Py_DEFAULT_RECURSION_LIMIT is 1000, we could probably settle on 2 bytes by using an uint16_t which ought to be enough unless people regularly trace Python stack traces bigger that are bigger than 2^16.
History
Date User Action Args
2019-08-29 18:48:26jdsetrecipients: + jd, vstinner
2019-08-29 18:48:26jdsetmessageid: <1567104506.36.0.786677654634.issue37961@roundup.psfhosted.org>
2019-08-29 18:48:26jdlinkissue37961 messages
2019-08-29 18:48:26jdcreate