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
Date 2019-08-27.08:23:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566894205.32.0.427554502238.issue37961@roundup.psfhosted.org>
In-reply-to
Content
When using the tracemalloc module, the maximum number of frames that are captured is specified at startup via a value to the `start` method.

However, if the number of frames is truncated, there's no way to know the original length of the stack traces.
History
Date User Action Args
2019-08-27 08:23:25jdsetrecipients: + jd
2019-08-27 08:23:25jdsetmessageid: <1566894205.32.0.427554502238.issue37961@roundup.psfhosted.org>
2019-08-27 08:23:25jdlinkissue37961 messages
2019-08-27 08:23:25jdcreate